Spaces:
No application file
No application file
File size: 124 Bytes
5b92c2d |
1 2 3 4 5 |
from transformers import launch_gradio_demo
from calc import SimpleCalculatorTool
launch_gradio_demo(SimpleCalculatorTool)
|