Spaces:
Runtime error
Runtime error
Commit
·
eac21ed
1
Parent(s):
07d9eaa
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 |
+
article = markdown_part,
|
| 143 |
interpretation='default',
|
| 144 |
allow_flagging='never'
|
| 145 |
).launch()
|