Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ demo = gr.Interface(
|
|
43 |
description="Upload an image and enter a text prompt to get the similarity score."
|
44 |
)
|
45 |
|
46 |
-
demo.launch()
|
|
|
43 |
description="Upload an image and enter a text prompt to get the similarity score."
|
44 |
)
|
45 |
|
46 |
+
demo.launch()
|