wishwakankanamg commited on
Commit
3260c24
·
1 Parent(s): cb4fe7e
Files changed (2) hide show
  1. app.log +2 -0
  2. app.py +3 -1
app.log CHANGED
@@ -53427,3 +53427,5 @@ For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/er
53427
  2025-06-09 19:35:04:__main__:INFO: Starting the interface
53428
  2025-06-09 19:35:08:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
53429
  2025-06-10 03:11:34:__main__:INFO: Starting the interface
 
 
 
53427
  2025-06-09 19:35:04:__main__:INFO: Starting the interface
53428
  2025-06-09 19:35:08:__main__:INFO: Greeting added for new user via handle_initial_greeting_load.
53429
  2025-06-10 03:11:34:__main__:INFO: Starting the interface
53430
+ 2025-06-10 03:58:59:__main__:INFO: Starting the interface
53431
+ 2025-06-10 04:00:02:__main__:INFO: Starting the interface
app.py CHANGED
@@ -846,7 +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
 
 
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