Spaces:
Sleeping
Sleeping
ssr_mode=False
Browse files
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)
|