Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
m-ric
/
get-travel-duration-tool
like
11
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c6aa194
get-travel-duration-tool
/
app.py
m-ric
HF staff
Upload tool
c6aa194
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
145 Bytes
from
smolagents
import
launch_gradio_demo
from
typing
import
Optional
from
tool
import
SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)