ybelkada's picture
Upload tool
f11fed1
raw
history blame
No virus
130 Bytes
from transformers import launch_gradio_demo
from calculator import SimpleCalculatorTool
launch_gradio_demo(SimpleCalculatorTool)