ktllc commited on
Commit
5cbcd45
·
1 Parent(s): 345caa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ iface = gr.Interface(
47
  gr.inputs.Textbox(label="Base64 Image", lines=8),
48
  "text"
49
  ],
50
- outputs="text",
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",