apple muncy commited on
Commit
cf5d9a5
·
1 Parent(s): 18b52d2

remove load_data_set

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,7 +32,7 @@ chat = ChatOllama(model="qwen2:7b",
32
 
33
  # Define available tools
34
  tools = [
35
- load_guest_dataset,
36
  search_tool,
37
  weather_info_tool,
38
  hub_stats_tool
@@ -102,4 +102,4 @@ with gr.Blocks() as demo:
102
  send_btn.click(fn=chat_fn, inputs=[msg, chatbot], outputs=[chatbot, msg])
103
 
104
  if __name__ == "__main__":
105
- demo.launch()
 
32
 
33
  # Define available tools
34
  tools = [
35
+ # load_guest_dataset,
36
  search_tool,
37
  weather_info_tool,
38
  hub_stats_tool
 
102
  send_btn.click(fn=chat_fn, inputs=[msg, chatbot], outputs=[chatbot, msg])
103
 
104
  if __name__ == "__main__":
105
+ demo.launch()