zhiqiulin commited on
Commit
864789e
·
verified ·
1 Parent(s): 44105d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ demo_vqascore_ranking = gr.Interface(
100
  ], # define the types of inputs
101
  outputs=gr.Gallery(label="Ranked Images"), # define the type of output
102
  examples=[
103
- ["clip-flant5-xl", [[img] for img in example_imgs], example_prompt0],
104
- ["clip-flant5-xl", [[img] for img in example_imgs], example_prompt1]
105
 
106
  ],
107
  title="VQAScore Ranking", # title of the app
 
100
  ], # define the types of inputs
101
  outputs=gr.Gallery(label="Ranked Images"), # define the type of output
102
  examples=[
103
+ ["clip-flant5-xl", [[img, ""] for img in example_imgs], example_prompt0],
104
+ ["clip-flant5-xl", [[img, ""] for img in example_imgs], example_prompt1]
105
 
106
  ],
107
  title="VQAScore Ranking", # title of the app