Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,6 @@ demo = gr.Interface(
|
|
| 34 |
outputs=gr.JSON(label="CLIP text embedding"),
|
| 35 |
title="CLIP text encoder (ViT-B-32 / LAION-2B)",
|
| 36 |
description="Returns a 512-d L2-normalized text embedding for CLIP-guided image search.",
|
| 37 |
-
allow_flagging="never",
|
| 38 |
)
|
| 39 |
|
| 40 |
demo.launch()
|
|
|
|
| 34 |
outputs=gr.JSON(label="CLIP text embedding"),
|
| 35 |
title="CLIP text encoder (ViT-B-32 / LAION-2B)",
|
| 36 |
description="Returns a 512-d L2-normalized text embedding for CLIP-guided image search.",
|
|
|
|
| 37 |
)
|
| 38 |
|
| 39 |
demo.launch()
|