uasername commited on
Commit
860f60e
·
verified ·
1 Parent(s): b3468aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -14,10 +14,10 @@ from tools.visit_webpage import VisitWebpageTool
14
 
15
 
16
  # Gradio interface with text and audio output
17
- def gradio_search_jokes(word):
18
- """Wrapper function for Gradio to call search_dad_jokes and generate audio."""
19
- response_text, audio_file = search_dad_jokes(word) # Ensure search_dad_jokes returns (text, file path)
20
- return response_text, audio_file
21
 
22
 
23
 
 
14
 
15
 
16
  # Gradio interface with text and audio output
17
+ #def gradio_search_jokes(word):
18
+ # """Wrapper function for Gradio to call search_dad_jokes and generate audio."""
19
+ # response_text, audio_file = search_dad_jokes(word) # Ensure search_dad_jokes returns (text, file path)
20
+ # return response_text, audio_file
21
 
22
 
23