jzhang533 commited on
Commit
a3e82eb
·
1 Parent(s): bcd299f

Signed-off-by: Zhang Jun <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ if __name__ == "__main__":
227
 
228
  # Launch with public link option
229
  demo.launch(
230
- server_name="127.0.0.1",
231
  share=False, # Set to True to create a public link
232
  show_error=True,
233
  ssr_mode=False
 
227
 
228
  # Launch with public link option
229
  demo.launch(
230
+ server_name="0.0.0.0",
231
  share=False, # Set to True to create a public link
232
  show_error=True,
233
  ssr_mode=False