Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -370,4 +370,4 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
370 |
|
371 |
iface = gr.Interface(fn=upscale_image, inputs = [gr.Image(label="Input Image", interactive=True), radio_input], outputs = gr.Image(label="Upscaled Image", format="png"), title="Image Upscaler")
|
372 |
|
373 |
-
app.launch(share=True)
|
|
|
370 |
|
371 |
iface = gr.Interface(fn=upscale_image, inputs = [gr.Image(label="Input Image", interactive=True), radio_input], outputs = gr.Image(label="Upscaled Image", format="png"), title="Image Upscaler")
|
372 |
|
373 |
+
app.launch(share=True)
|