Update travel/travel.py
Browse files- 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(
|
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)
|