jobian commited on
Commit
cf97d16
·
1 Parent(s): 3ab32c0

fix starting with server name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,5 +28,5 @@ with gr.Blocks(title="Tables Extractor", theme=gr.themes.Soft()) as demo:
28
  status, downloads, gallery, html_view])
29
 
30
  if __name__ == "__main__":
31
- demo.launch(server_name="127.0.0.1", server_port=int(
32
- os.getenv("PORT", "7860")), debug=not IN_SPACES)
 
28
  status, downloads, gallery, html_view])
29
 
30
  if __name__ == "__main__":
31
+ demo.launch(server_name="0.0.0.0", server_port=int(
32
+ os.getenv("PORT", "7860")), debug=not IN_SPACES)