Spaces:
Sleeping
Sleeping
arijit121 commited on
Commit ·
3b60dbf
1
Parent(s): a383391
update
Browse files
app.py
CHANGED
|
@@ -270,4 +270,4 @@ if __name__ == "__main__":
|
|
| 270 |
print("ℹ️ SPACE_ID not found (running locally?).")
|
| 271 |
print("-" * (60 + len(" App Starting ")) + "\n")
|
| 272 |
print("Launching Gradio Interface for GAIA Evaluation...")
|
| 273 |
-
demo.launch(debug=True, share=False)
|
|
|
|
| 270 |
print("ℹ️ SPACE_ID not found (running locally?).")
|
| 271 |
print("-" * (60 + len(" App Starting ")) + "\n")
|
| 272 |
print("Launching Gradio Interface for GAIA Evaluation...")
|
| 273 |
+
demo.launch(debug=True, share=False, server_name="0.0.0.0", server_port=7860, ssr_mode=False)
|