Spaces:
Runtime error
Runtime error
| from smolagents import launch_gradio_demo | |
| from typing import Optional | |
| from tool import YouTubeTranscriptExtractor | |
| tool = YouTubeTranscriptExtractor() | |
| launch_gradio_demo(tool) | |