Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ examples = [
|
|
| 33 |
]
|
| 34 |
|
| 35 |
gr.Interface(fn=upscale_image, inputs=inputs, outputs=output, title="Image Upscaler",
|
| 36 |
-
examples=examples, theme="soft"
|
|
|
|
| 33 |
]
|
| 34 |
|
| 35 |
gr.Interface(fn=upscale_image, inputs=inputs, outputs=output, title="Image Upscaler",
|
| 36 |
+
examples=examples, theme="soft").launch()
|