Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ class ExcelReaderTool(Tool):
|
|
89 |
|
90 |
|
91 |
excel_tool = ExcelReaderTool()
|
92 |
-
wiki_tool = WikipediaTool()
|
93 |
audio_tool = AudioTranscriptionTool()
|
94 |
|
95 |
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
|
89 |
|
90 |
|
91 |
excel_tool = ExcelReaderTool()
|
92 |
+
#wiki_tool = WikipediaTool()
|
93 |
audio_tool = AudioTranscriptionTool()
|
94 |
|
95 |
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|