mrbeliever commited on
Commit
434dc5e
·
verified ·
1 Parent(s): 372f4b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -12
app.py CHANGED
@@ -94,24 +94,15 @@ gr.HTML('''
94
  </p>
95
  ''')
96
 
97
- title = "[AI For All](https://aifa.womener.in)"
98
- link = "https://aifa.womener.in"
99
- markdown_link = f"[{title}]({link})"
100
- print(markdown_link)
101
 
102
 
103
  description = r"""
104
  """
105
  examples = [['./input.jpeg'],]
106
 
107
- demo = Interface(
108
- fn=process,
109
- inputs="image",
110
- outputs="image",
111
- examples=examples,
112
- title="<center>AI For All</center>",
113
- description=description,
114
- )
115
 
116
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
117
  # demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
 
94
  </p>
95
  ''')
96
 
97
+ title = "<a href='https://aifa.womener.in'>AI For All</a>"
98
+
 
 
99
 
100
 
101
  description = r"""
102
  """
103
  examples = [['./input.jpeg'],]
104
 
105
+
 
 
 
 
 
 
 
106
 
107
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
108
  # demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)