Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
cf5d9a5
1
Parent(s):
18b52d2
remove load_data_set
Browse filesSigned-off-by: apple muncy <[email protected]>
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()
|