Shuaizhang7 commited on
Commit
ea0c723
1 Parent(s): 12543ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ lei = "机动车道,非机动车道,人车混行道路,斑马线人行道,主干
40
  iface = gr.Interface(shot,
41
  inputs,
42
  "label",
43
- examples=[["festival.jpg", lei, "ViT/B-16", "一张{}的图片。"],
44
  ["cat-dog-music.png", "音乐表演, 体育运动", "ViT/B-16", "一张{}的图片。"],
45
  ["football-match.jpg", "梅西, C罗, 马奎尔", "ViT/B-16", "一张{}的图片。"]],
46
  description="""<p>Chinese CLIP is a contrastive-learning-based vision-language foundation model pretrained on large-scale Chinese data. For more information, please refer to the paper and official github. Also, Chinese CLIP has already been merged into Huggingface Transformers! <br><br>
 
40
  iface = gr.Interface(shot,
41
  inputs,
42
  "label",
43
+ examples=[["street.jpg", lei, "ViT/B-16", "一张{}的图片。"],
44
  ["cat-dog-music.png", "音乐表演, 体育运动", "ViT/B-16", "一张{}的图片。"],
45
  ["football-match.jpg", "梅西, C罗, 马奎尔", "ViT/B-16", "一张{}的图片。"]],
46
  description="""<p>Chinese CLIP is a contrastive-learning-based vision-language foundation model pretrained on large-scale Chinese data. For more information, please refer to the paper and official github. Also, Chinese CLIP has already been merged into Huggingface Transformers! <br><br>