Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|