isingh commited on
Commit
6399488
Β·
1 Parent(s): 84c793d

Fix model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()