Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MHamdan
/
journey-metrics-tool
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
efa8259
journey-metrics-tool
/
app.py
MHamdan
Upload tool
efa8259
verified
5 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
SimpleTool
tool = SimpleTool()
launch_gradio_demo(tool)