Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ iface = gr.Interface(
|
|
47 |
gr.inputs.Textbox(label="Base64 Image", lines=8),
|
48 |
"text"
|
49 |
],
|
50 |
-
outputs="
|
51 |
live=True,
|
52 |
interpretation="default",
|
53 |
title="CLIP Model Image-Text Cosine Similarity",
|
|
|
47 |
gr.inputs.Textbox(label="Base64 Image", lines=8),
|
48 |
"text"
|
49 |
],
|
50 |
+
outputs="number",
|
51 |
live=True,
|
52 |
interpretation="default",
|
53 |
title="CLIP Model Image-Text Cosine Similarity",
|