Pierre Lepagnol
App init
e32fc13
raw
history blame contribute delete
No virus
137 Bytes
from transformers.tools.base import launch_gradio_demo
from source_code_retriever import ScrapperTool
launch_gradio_demo(ScrapperTool)