Nick088 commited on
Commit
9d7aa3b
·
verified ·
1 Parent(s): 15349f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ output_image = gr.Image(type="filepath", label="Output Image")
63
 
64
  tab_img = gr.Interface(
65
  fn=inference_image,
66
- inputs=[input_image, input_model_image, face_enhance_image, outscale_image, fp32_image, extension_image],
67
  outputs=output_image,
68
  title="Real-ESRGAN Pytorch",
69
  description="Gradio UI for Real-ESRGAN Pytorch version. To use it, simply upload your image, or click one of examples and choose the model. Read more at the links below. Please click submit only once <br><p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/ai-forever/Real-ESRGAN'>Github Repo</a></p>"
 
63
 
64
  tab_img = gr.Interface(
65
  fn=inference_image,
66
+ inputs=[input_image, input_model_image],
67
  outputs=output_image,
68
  title="Real-ESRGAN Pytorch",
69
  description="Gradio UI for Real-ESRGAN Pytorch version. To use it, simply upload your image, or click one of examples and choose the model. Read more at the links below. Please click submit only once <br><p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/ai-forever/Real-ESRGAN'>Github Repo</a></p>"