Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,6 @@ def upscale_image(url):
|
|
14 |
|
15 |
app = gr.Interface(upscale_image,
|
16 |
inputs = [gr.Textbox(label="Url")],
|
17 |
-
outputs = [gr.Image(label="Upscaled Image")])
|
18 |
|
19 |
app.launch(debug=True)
|
|
|
14 |
|
15 |
app = gr.Interface(upscale_image,
|
16 |
inputs = [gr.Textbox(label="Url")],
|
17 |
+
outputs = [gr.Image(label="Upscaled Image", format='png')])
|
18 |
|
19 |
app.launch(debug=True)
|