Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import json
|
3 |
-
from smolagents import CodeAgent, tool, Tool
|
4 |
-
, FinalAnswerTool, HfApiModel, load_tool
|
5 |
|
6 |
final_answer = FinalAnswerTool()
|
7 |
model = HfApiModel(model_id='Qwen/Qwen2.5-Coder-32B-Instruct')
|
|
|
1 |
import gradio as gr
|
2 |
import json
|
3 |
+
from smolagents import CodeAgent, tool, Tool, FinalAnswerTool, HfApiModel, load_tool
|
|
|
4 |
|
5 |
final_answer = FinalAnswerTool()
|
6 |
model = HfApiModel(model_id='Qwen/Qwen2.5-Coder-32B-Instruct')
|