zhiqiulin commited on
Commit
29ab471
1 Parent(s): d601aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,8 +135,8 @@ with gr.Blocks() as demo_vqascore_ranking:
135
  # gr.Markdown("# VQAScore Ranking\nThis model ranks a gallery of images based on their similarity to a text prompt.")
136
  gr.Markdown("""
137
  # VQAScore Ranking
138
- This model ranks a gallery of images based on their similarity to a text prompt.
139
- Please retry if the model fails to load on GPU for the first time. Once the model is loaded onto the GPU, the ranking process should be fast.
140
  """)
141
 
142
  with gr.Row():
 
135
  # gr.Markdown("# VQAScore Ranking\nThis model ranks a gallery of images based on their similarity to a text prompt.")
136
  gr.Markdown("""
137
  # VQAScore Ranking
138
+ This demo ranks a gallery of images by their VQAScores to an input text prompt. Try examples 1 and 2, or use your own images and prompts.
139
+ If you encounter errors, the model may not have loaded on the GPU properly. Retrying usually resolves this issue.
140
  """)
141
 
142
  with gr.Row():