smellslikeml
initial commit
a74e89c
raw
history blame
No virus
154 Bytes
from transformers.tools.base import launch_gradio_demo
from sheet_extractor import GoogleSheetExtractorTool
launch_gradio_demo(GoogleSheetExtractorTool)