zhiqiulin commited on
Commit
89b3f96
·
verified ·
1 Parent(s): 29ab471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -157,7 +157,6 @@ with gr.Blocks() as demo_vqascore_ranking:
157
  example1_button.click(fn=lambda: load_example("clip-flant5-xxl", example_imgs, example_prompt0), inputs=[], outputs=[model_dropdown, gallery, prompt])
158
  example2_button.click(fn=lambda: load_example("clip-flant5-xxl", example_imgs, example_prompt1), inputs=[], outputs=[model_dropdown, gallery, prompt])
159
 
160
-
161
  # # Create the second demo
162
  # with gr.Blocks() as demo_vqascore_ranking:
163
  # gr.Markdown("# VQAScore Ranking\nThis model ranks a gallery of images based on their similarity to a text prompt.")
 
157
  example1_button.click(fn=lambda: load_example("clip-flant5-xxl", example_imgs, example_prompt0), inputs=[], outputs=[model_dropdown, gallery, prompt])
158
  example2_button.click(fn=lambda: load_example("clip-flant5-xxl", example_imgs, example_prompt1), inputs=[], outputs=[model_dropdown, gallery, prompt])
159
 
 
160
  # # Create the second demo
161
  # with gr.Blocks() as demo_vqascore_ranking:
162
  # gr.Markdown("# VQAScore Ranking\nThis model ranks a gallery of images based on their similarity to a text prompt.")