zhiqiulin commited on
Commit
3a74692
1 Parent(s): 9fe18eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -101,6 +101,8 @@ demo_vqascore_ranking = gr.Interface(
101
  outputs=gr.Gallery(label="Ranked Images"), # define the type of output
102
  examples=[
103
  ["clip-flant5-xl", [example_imgs[0], example_imgs[1], example_imgs[2], example_imgs[3]], example_prompt0],
 
 
104
  ],
105
  title="VQAScore Ranking", # title of the app
106
  description="This model ranks a gallery of images based on their similarity to a text prompt.",
 
101
  outputs=gr.Gallery(label="Ranked Images"), # define the type of output
102
  examples=[
103
  ["clip-flant5-xl", [example_imgs[0], example_imgs[1], example_imgs[2], example_imgs[3]], example_prompt0],
104
+ ["clip-flant5-xl", [example_imgs[0], example_imgs[1], example_imgs[2], example_imgs[3]], example_prompt1]
105
+
106
  ],
107
  title="VQAScore Ranking", # title of the app
108
  description="This model ranks a gallery of images based on their similarity to a text prompt.",