Dyra1204 commited on
Commit
fa4edba
·
verified ·
1 Parent(s): 1cc878f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -13,4 +13,6 @@ demo = dashboard.create_dashboard()
13
 
14
  if __name__ == "__main__":
15
  # Local execution path.
16
- demo.launch(server_name="0.0.0.0", show_error=True, debug=False)
 
 
 
13
 
14
  if __name__ == "__main__":
15
  # Local execution path.
16
+ # Use default server_name and disable API docs to avoid
17
+ # Gradio's schema introspection edge cases.
18
+ demo.launch(show_error=True, debug=False, show_api=False)