holymartyr commited on
Commit
ca44171
·
verified ·
1 Parent(s): b5fd63d

Update app.py

Browse files

server_name='0.0.0.0'

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,4 +126,4 @@ gr.Interface(
126
  title=title,
127
  description=description,
128
  examples=[["example1.jpg"], ["example2.jpg"]]
129
- ).launch()
 
126
  title=title,
127
  description=description,
128
  examples=[["example1.jpg"], ["example2.jpg"]]
129
+ ).launch(server_name='0.0.0.0')