Update app.py
Browse files
app.py
CHANGED
|
@@ -29,6 +29,6 @@ gr.Interface(
|
|
| 29 |
fn=match_image_text,
|
| 30 |
inputs=[gr.Image(type="pil"), gr.Textbox(label="Enter a caption")],
|
| 31 |
outputs="text",
|
| 32 |
-
title="SigLIP2 Image-Text
|
| 33 |
description="อัปโหลดภาพและใส่คำบรรยาย แล้วดูว่าเข้ากันแค่ไหน (1-100 คะแนน)"
|
| 34 |
).launch()
|
|
|
|
| 29 |
fn=match_image_text,
|
| 30 |
inputs=[gr.Image(type="pil"), gr.Textbox(label="Enter a caption")],
|
| 31 |
outputs="text",
|
| 32 |
+
title="SigLIP2 Image-Text Matching Score",
|
| 33 |
description="อัปโหลดภาพและใส่คำบรรยาย แล้วดูว่าเข้ากันแค่ไหน (1-100 คะแนน)"
|
| 34 |
).launch()
|