ffxbot commited on
Commit
0a905b7
·
verified ·
1 Parent(s): 11ab273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()