Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def upsample(image, outscale=4):
|
|
| 32 |
|
| 33 |
interface = gr.Interface(
|
| 34 |
upsample,
|
| 35 |
-
inputs=["image"],
|
| 36 |
outputs=["image"]
|
| 37 |
)
|
| 38 |
|
|
|
|
| 32 |
|
| 33 |
interface = gr.Interface(
|
| 34 |
upsample,
|
| 35 |
+
inputs=["image", gr.Dropdown([4, 2])],
|
| 36 |
outputs=["image"]
|
| 37 |
)
|
| 38 |
|