zhiqiulin commited on
Commit
73a5bf0
·
verified ·
1 Parent(s): cb055b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,4 +31,5 @@ demo = gr.Interface(
31
  description="This model evaluates the similarity between an image and a text prompt."
32
  )
33
 
 
34
  demo.launch()
 
31
  description="This model evaluates the similarity between an image and a text prompt."
32
  )
33
 
34
+ demo.queue()
35
  demo.launch()