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