Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MehulJ
/
what_is_this_image_about
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a2c52cd
what_is_this_image_about
/
app.py
MehulJ
Updated tool with improved error handling and documentation
e16e32d
verified
3 months ago
raw
Copy download link
history
blame
Safe
137 Bytes
from
smolagents
import
launch_gradio_demo
from
tool
import
ImageDescriptionTool
tool = ImageDescriptionTool()
launch_gradio_demo(tool)