Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ from Gradio_UI import GradioUI
|
|
12 |
from tools.web_search import DuckDuckGoSearchTool
|
13 |
from tools.visit_webpage import VisitWebpageTool
|
14 |
|
|
|
|
|
15 |
|
16 |
|
17 |
# # Define the audio output path
|
|
|
12 |
from tools.web_search import DuckDuckGoSearchTool
|
13 |
from tools.visit_webpage import VisitWebpageTool
|
14 |
|
15 |
+
from Code_Functions import speak_text
|
16 |
+
|
17 |
|
18 |
|
19 |
# # Define the audio output path
|