Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,8 @@ def initialize_youtube_agent():
|
|
49 |
tools=[YouTubeTools()],
|
50 |
show_tool_calls=True,
|
51 |
description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
|
|
|
|
|
52 |
)
|
53 |
|
54 |
multimodal_Agent = initialize_multimodal_agent()
|
|
|
49 |
tools=[YouTubeTools()],
|
50 |
show_tool_calls=True,
|
51 |
description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
|
52 |
+
markdown=True)
|
53 |
+
|
54 |
)
|
55 |
|
56 |
multimodal_Agent = initialize_multimodal_agent()
|