lanzhiwang commited on
Commit
7724f0f
·
1 Parent(s): 9880c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ demo = gr.Interface(
19
  examples=examples
20
  )
21
 
22
- demo.launch()
 
19
  examples=examples
20
  )
21
 
22
+ demo.launch(server_name="0.0.0.0", server_port=7860)