Chakshu123
commited on
Commit
•
a31b1ce
1
Parent(s):
f88ad22
Update app.py
Browse files
app.py
CHANGED
@@ -111,8 +111,9 @@ with gr.Blocks() as demo:
|
|
111 |
with gr.Column():
|
112 |
output = gr.Image(type="pil", label="Output", interactive=False)
|
113 |
gr.Markdown('''
|
114 |
-
Upon uploading an image, kindly give color hints at specific points, and then run the model. Average inference time is about 52 seconds
|
115 |
''')
|
|
|
116 |
inp.upload(
|
117 |
resize_original,
|
118 |
inp,
|
|
|
111 |
with gr.Column():
|
112 |
output = gr.Image(type="pil", label="Output", interactive=False)
|
113 |
gr.Markdown('''
|
114 |
+
Upon uploading an image, kindly give color hints at specific points, and then run the model. Average inference time is about 52 seconds.<br />
|
115 |
''')
|
116 |
+
gr.Markdown('''Authors: <a href=\"https://www.linkedin.com/in/chakshu-dhannawat/">Chakshu Dhannawat</a>, <a href=\"https://www.linkedin.com/in/navlika-singh-963120204/">Navlika Singh</a>,<a href=\"https://www.linkedin.com/in/akshat-jain-103550201/">Akshat Jain</a>"''')
|
117 |
inp.upload(
|
118 |
resize_original,
|
119 |
inp,
|