DigiP-AI commited on
Commit
dd0bc8c
·
verified ·
1 Parent(s): 0d53ddc

Update app.py

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