Spaces:
Runtime error
Runtime error
Kastg
commited on
Commit
·
e9f2d68
1
Parent(s):
3e6ef08
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,4 +168,4 @@ with gr.Blocks() as demo:
|
|
| 168 |
|
| 169 |
upscale_btn.click(image_upscale, inputs=[image_input, scale_by], outputs=image_output)
|
| 170 |
|
| 171 |
-
demo.launch(show_api=
|
|
|
|
| 168 |
|
| 169 |
upscale_btn.click(image_upscale, inputs=[image_input, scale_by], outputs=image_output)
|
| 170 |
|
| 171 |
+
demo.launch(show_api=True)
|