Spaces:
Runtime error
Runtime error
Commit
·
10509b9
1
Parent(s):
4dc154f
change to 0.0.0.0
Browse files- __pycache__/graph.cpython-310.pyc +0 -0
- app.log +4 -0
- app.py +2 -2
__pycache__/graph.cpython-310.pyc
CHANGED
Binary files a/__pycache__/graph.cpython-310.pyc and b/__pycache__/graph.cpython-310.pyc differ
|
|
app.log
CHANGED
@@ -54838,3 +54838,7 @@ For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/er
|
|
54838 |
2025-06-10 23:48:06:__main__:INFO: Prompt: You are a helpful assistant.
|
54839 |
2025-06-10 23:48:19:__main__:INFO: Prompt: You are a helpful assistant.
|
54840 |
2025-06-10 23:48:49:__main__:INFO: Prompt: You are a helpful assistant.
|
|
|
|
|
|
|
|
|
|
54838 |
2025-06-10 23:48:06:__main__:INFO: Prompt: You are a helpful assistant.
|
54839 |
2025-06-10 23:48:19:__main__:INFO: Prompt: You are a helpful assistant.
|
54840 |
2025-06-10 23:48:49:__main__:INFO: Prompt: You are a helpful assistant.
|
54841 |
+
2025-06-11 00:24:39:__main__:INFO: Starting the interface
|
54842 |
+
2025-06-11 00:25:24:__main__:INFO: Starting the interface
|
54843 |
+
2025-06-11 00:26:09:__main__:INFO: Starting the interface
|
54844 |
+
2025-06-11 00:28:10:__main__:INFO: Starting the interface
|
app.py
CHANGED
@@ -846,9 +846,9 @@ if __name__ == "__main__":
|
|
846 |
return current_prompt
|
847 |
|
848 |
|
849 |
-
demo.launch(server_name="127.0.0.1", server_port=8080, share=True)
|
850 |
|
851 |
-
|
852 |
|
853 |
|
854 |
|
|
|
846 |
return current_prompt
|
847 |
|
848 |
|
849 |
+
# demo.launch(server_name="127.0.0.1", server_port=8080, share=True)
|
850 |
|
851 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
852 |
|
853 |
|
854 |
|