Lasdw commited on
Commit
838c817
·
1 Parent(s): be96311

ssr_mode=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -560,4 +560,4 @@ if __name__ == "__main__":
560
  print("-"*(60 + len(" App Starting ")) + "\n")
561
 
562
  print("Launching Gradio Interface for ScholarAI Agent...")
563
- demo.launch(debug=True, share=False, show_api=False, favicon_path="static/favicon.ico", enable_monitoring=True)
 
560
  print("-"*(60 + len(" App Starting ")) + "\n")
561
 
562
  print("Launching Gradio Interface for ScholarAI Agent...")
563
+ demo.launch(debug=True, share=False, show_api=False, favicon_path="static/favicon.ico", enable_monitoring=True, ssr_mode=False)