Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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>"
|