Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awanicka
/
TransparentBagSpace
like
0
Sleeping
App
Files
Files
Community
11c4495
TransparentBagSpace
/
app.py
awanicka
Update app.py
1c63ecb
verified
4 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
import
gradio
as
gr
# Load the interface from the Hugging Face Hub
interface = gr.Interface.load(
"models/awanicka/TransparentBagClassifier"
)
# Launch the Gradio app
interface.launch()