Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ class WikipediaQATool(Tool):
|
|
115 |
|
116 |
wiki_tool = WikipediaQATool()
|
117 |
#excel_tool = ExcelAnalysisTool()
|
118 |
-
yt_tool =
|
119 |
|
120 |
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
121 |
log_output = ""
|
|
|
115 |
|
116 |
wiki_tool = WikipediaQATool()
|
117 |
#excel_tool = ExcelAnalysisTool()
|
118 |
+
yt_tool = YouTubeTranscriptTool()
|
119 |
|
120 |
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
121 |
log_output = ""
|