Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -13,4 +13,6 @@ demo = dashboard.create_dashboard()
|
|
| 13 |
|
| 14 |
if __name__ == "__main__":
|
| 15 |
# Local execution path.
|
| 16 |
-
|
|
|
|
|
|
|
|
|
| 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)
|