Spaces:
Sleeping
Sleeping
Update app.py
Browse filesRemoved example with given mp3 file
app.py
CHANGED
|
@@ -148,10 +148,10 @@ search_tool = DuckDuckGoSearchTool()
|
|
| 148 |
results = search_tool("Who's the current President of France?")
|
| 149 |
# print(results)
|
| 150 |
|
| 151 |
-
agent.run(
|
| 152 |
-
"Why does Mike not know many people in New York?",
|
| 153 |
-
additional_args={"mp3_sound_file_url":'https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/recording.mp3'}
|
| 154 |
-
)
|
| 155 |
|
| 156 |
class BasicAgent:
|
| 157 |
def __init__(self):
|
|
|
|
| 148 |
results = search_tool("Who's the current President of France?")
|
| 149 |
# print(results)
|
| 150 |
|
| 151 |
+
#agent.run(
|
| 152 |
+
# "Why does Mike not know many people in New York?",
|
| 153 |
+
# additional_args={"mp3_sound_file_url":'https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/recording.mp3'}
|
| 154 |
+
#)
|
| 155 |
|
| 156 |
class BasicAgent:
|
| 157 |
def __init__(self):
|