Kvikontent commited on
Commit
390daa7
·
verified ·
1 Parent(s): d9b1f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", server_name="0.0.0.0").launch()
 
33
  ]
34
 
35
  gr.Interface(fn=upscale_image, inputs=inputs, outputs=output, title="Image Upscaler",
36
+ examples=examples, theme="soft").launch()