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