ashm commited on
Commit
6fc85ea
·
1 Parent(s): 7ea0ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  from PIL import Image
6
 
7
 
8
- pipe = pipeline("zero-shot-image-classification", model="openai/clip-vit-base-patch32")
9
  images="dog.jpg"
10
 
11
  def shot(image, labels_text):
 
5
  from PIL import Image
6
 
7
 
8
+ pipe = pipeline("zero-shot-image-classification", model="ashm/mini-test")
9
  images="dog.jpg"
10
 
11
  def shot(image, labels_text):