Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
csprojectworkspace
/
farz
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
csprojectworkspace
commited on
Apr 15
Commit
5ac9b3d
·
verified
·
1 Parent(s):
7309d7f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,5 @@ demo = gr.Interface(
23
description="Upload an image and detect objects"
24
)
25
26
-
demo.launch()
23
description="Upload an image and detect objects"
24
)
25
26
+
demo.launch()
27
+
print(model.names)