Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,10 +141,10 @@ def super_reso(input_image):
|
|
| 141 |
|
| 142 |
gr.Interface(
|
| 143 |
fn=super_reso,
|
| 144 |
-
inputs=gr.
|
| 145 |
outputs=[
|
| 146 |
-
gr.
|
| 147 |
-
gr.
|
| 148 |
],
|
| 149 |
title=title,
|
| 150 |
description=description,
|
|
|
|
| 141 |
|
| 142 |
gr.Interface(
|
| 143 |
fn=super_reso,
|
| 144 |
+
inputs=gr.Image(label="Upload image"),
|
| 145 |
outputs=[
|
| 146 |
+
gr.Image(label="Convolutional neural network"),
|
| 147 |
+
gr.Image(label="Bicubic interpoloation"),
|
| 148 |
],
|
| 149 |
title=title,
|
| 150 |
description=description,
|