Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ from gtts import gTTS # Use Google TTS instead of pyttsx3
|
|
9 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
10 |
from tools.final_answer import FinalAnswerTool
|
11 |
from Gradio_UI import GradioUI
|
|
|
|
|
12 |
|
13 |
# Define the audio output path
|
14 |
AUDIO_OUTPUT_PATH = "/tmp/response.mp3"
|
|
|
9 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
|
10 |
from tools.final_answer import FinalAnswerTool
|
11 |
from Gradio_UI import GradioUI
|
12 |
+
from tools.web_search import DuckDuckGoSearchTool
|
13 |
+
from tools.visit_webpage import VisitWebpageTool
|
14 |
|
15 |
# Define the audio output path
|
16 |
AUDIO_OUTPUT_PATH = "/tmp/response.mp3"
|