Spaces:
Runtime error
Runtime error
SuperSecureHuman
commited on
Commit
•
07d9eaa
1
Parent(s):
68316a2
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ gr.Interface(
|
|
139 |
description="SuperResolution",
|
140 |
inputs = image,
|
141 |
outputs = gr.Gallery(label="Outputs, First image is low res, next one is High Res",visible=True),
|
142 |
-
|
143 |
interpretation='default',
|
144 |
allow_flagging='never'
|
145 |
).launch()
|
|
|
139 |
description="SuperResolution",
|
140 |
inputs = image,
|
141 |
outputs = gr.Gallery(label="Outputs, First image is low res, next one is High Res",visible=True),
|
142 |
+
description = markdown_part,
|
143 |
interpretation='default',
|
144 |
allow_flagging='never'
|
145 |
).launch()
|