flozi00 commited on
Commit
57add4d
·
1 Parent(s): ac80c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ gr.Interface(
45
 
46
  [gr.Textbox(),"state"],
47
  live=True
48
- ).launch()
 
45
 
46
  [gr.Textbox(),"state"],
47
  live=True
48
+ ).launch(server_name = "0.0.0.0")