vkthakur88 commited on
Commit
f9eade5
·
verified ·
1 Parent(s): 126573d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ client.headers["x-use-cache"] = "0"
7
 
8
  def predict(image, label_list):
9
  labels = label_list.split(",")
10
- response = zero_shot_image_classification(
11
  image,
12
  labels
13
  )
 
7
 
8
  def predict(image, label_list):
9
  labels = label_list.split(",")
10
+ response = client.zero_shot_image_classification(
11
  image,
12
  labels
13
  )