Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -534,4 +534,4 @@ if __name__ == "__main__":
|
|
| 534 |
|
| 535 |
print("-" * (60 + len(" App Starting ")) + "\n")
|
| 536 |
print("Launching Gradio Interface for GAIA Agent Evaluation...")
|
| 537 |
-
demo.launch(debug=True, share=False)
|
|
|
|
| 534 |
|
| 535 |
print("-" * (60 + len(" App Starting ")) + "\n")
|
| 536 |
print("Launching Gradio Interface for GAIA Agent Evaluation...")
|
| 537 |
+
demo.launch(debug=True, share=False, ssr_mode=False)
|