MehulJ's picture
Upload tool
b1d8431 verified
raw
history blame contribute delete
129 Bytes
from smolagents import launch_gradio_demo
from tool import DocumentAnalyzer
tool = DocumentAnalyzer()
launch_gradio_demo(tool)