Update app.py
Browse files
app.py
CHANGED
|
@@ -299,8 +299,7 @@ with gr.Blocks(css=CSS, title="4K AI Upscaler") as demo:
|
|
| 299 |
upscale_btn.click(
|
| 300 |
fn=run,
|
| 301 |
inputs=[input_img],
|
| 302 |
-
outputs=[output_img, result_md, download_file, timer_display]
|
| 303 |
-
api_name="upscale"
|
| 304 |
)
|
| 305 |
if __name__ == "__main__":
|
| 306 |
demo.queue().launch()
|
|
|
|
| 299 |
upscale_btn.click(
|
| 300 |
fn=run,
|
| 301 |
inputs=[input_img],
|
| 302 |
+
outputs=[output_img, result_md, download_file, timer_display]
|
|
|
|
| 303 |
)
|
| 304 |
if __name__ == "__main__":
|
| 305 |
demo.queue().launch()
|