Spaces:
Runtime error
Runtime error
Update app.py
#1
by
thunder-lord
- opened
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)
|