Khunanya commited on
Commit
62cf25f
·
verified ·
1 Parent(s): 9292604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Similarity",
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()