Spaces:
Sleeping
Sleeping
Nienke Dekkema commited on
Commit ·
78b9cd4
1
Parent(s): 39fd908
app.py
CHANGED
|
@@ -206,4 +206,4 @@ if __name__ == "__main__":
|
|
| 206 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 207 |
|
| 208 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 209 |
-
demo.launch(debug=False, share=
|
|
|
|
| 206 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 207 |
|
| 208 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 209 |
+
demo.launch(debug=False, share=True, ssr_mode=False)
|