Shuaizhang7 commited on
Commit
476b770
1 Parent(s): 7b1b6e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ inputs = [
30
  label="Prompt Template Prompt模板 ({}指代候选标签)",
31
  default="一张{}的图片。"),
32
  ]
 
33
  images="festival.jpg"
34
 
35
  def shot(image, labels_text, model_name, hypothesis_template):
 
30
  label="Prompt Template Prompt模板 ({}指代候选标签)",
31
  default="一张{}的图片。"),
32
  ]
33
+
34
  images="festival.jpg"
35
 
36
  def shot(image, labels_text, model_name, hypothesis_template):