Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -338,4 +338,4 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
338 |
|
339 |
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")
|
340 |
|
341 |
-
app.launch(share=
|
|
|
338 |
|
339 |
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")
|
340 |
|
341 |
+
app.launch(share=True)
|