DigiP-AI commited on
Commit
a6c5125
·
verified ·
1 Parent(s): d88cde2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
 
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)