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:
editoraapp
/
test-zero-shot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
isingh
commited on
Apr 14, 2023
Commit
6399488
Β·
1 Parent(s):
84c793d
Fix model name
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,5 +12,5 @@ iface.launch()
12
"""
13
14
15
-
iface = gr.load("huggingface/
gradio
/clip-vit-large-patch14")
16
iface.launch()
12
"""
13
14
15
+
iface = gr.load("huggingface/
openai
/clip-vit-large-patch14")
16
iface.launch()