fakeym commited on
Commit
64e7da9
1 Parent(s): 17d1b6b

Update travel/travel.py

Browse files
Files changed (1) hide show
  1. travel/travel.py +1 -1
travel/travel.py CHANGED
@@ -229,7 +229,7 @@ iface_chat_file = gr.ChatInterface(
229
  description="我是一个聊天机器人可以帮你查找地址的经纬度以及周边信息,并且可以提供旅游攻略",
230
  cache_examples=False,
231
  )
232
- iface_chat_file.launch(share=True, server_name='0.0.0.0', server_port=5001)
233
  # a=time.time()
234
  # res = graph.invoke({"messages":[HumanMessage(content="天安门附近的餐馆有哪些")]})
235
  # print(time.time()-a)
 
229
  description="我是一个聊天机器人可以帮你查找地址的经纬度以及周边信息,并且可以提供旅游攻略",
230
  cache_examples=False,
231
  )
232
+ iface_chat_file.launch()
233
  # a=time.time()
234
  # res = graph.invoke({"messages":[HumanMessage(content="天安门附近的餐馆有哪些")]})
235
  # print(time.time()-a)