Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
wizzseen
/
image_classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wizzseen
commited on
Mar 21, 2024
Commit
c485f7e
·
verified
·
1 Parent(s):
a5c514a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -32,5 +32,6 @@ iface = gr.Interface(
32
33
)
34
35
# Launch the Gradio interface
36
iface.launch()
32
33
)
34
35
+
36
# Launch the Gradio interface
37
iface.launch()