from transformers.tools.base import launch_gradio_demo

from source_code_retriever import ScrapperTool

launch_gradio_demo(ScrapperTool)