qwikQ8 commited on
Commit
cfe71ea
·
verified ·
1 Parent(s): 9782357

Update app.py

Browse files

Removed example with given mp3 file

Files changed (1) hide show
  1. app.py +4 -4
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):