Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MHamdan
/
smart-web-analyzer-plus
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b35bc08
smart-web-analyzer-plus
/
app.py
MHamdan
Upload tool
b35bc08
verified
about 2 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)