Spaces:
Sleeping
Sleeping
mrbeliever
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -94,24 +94,15 @@ gr.HTML('''
|
|
94 |
</p>
|
95 |
''')
|
96 |
|
97 |
-
title = "
|
98 |
-
|
99 |
-
markdown_link = f"[{title}]({link})"
|
100 |
-
print(markdown_link)
|
101 |
|
102 |
|
103 |
description = r"""
|
104 |
"""
|
105 |
examples = [['./input.jpeg'],]
|
106 |
|
107 |
-
|
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)
|