a1n2a3s4w commited on
Commit
e81e660
·
verified ·
1 Parent(s): 8cf8045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)