hbatali2020 commited on
Commit
bdce017
Β·
verified Β·
1 Parent(s): c357afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -23,9 +23,7 @@ MODEL_ID = "microsoft/Florence-2-large-ft"
23
 
24
  # ─── Ψ§Ω„Ψ³Ψ€Ψ§Ω„ Ψ§Ω„Ψ£Ψ΅Ω„ΩŠ + ΨͺΨ£ΩƒΩŠΨ― ΨΉΩ„Ω‰ Ψ§Ω„ΩŠΨ― ─────────────────────────────
25
  VQA_QUESTION = (
26
- "Is there a woman or any part of a woman's body in this image, "
27
- "including hands, arms, or fingers? "
28
- "Answer yes or no only."
29
  )
30
 
31
  MODEL_DATA = {}
 
23
 
24
  # ─── Ψ§Ω„Ψ³Ψ€Ψ§Ω„ Ψ§Ω„Ψ£Ψ΅Ω„ΩŠ + ΨͺΨ£ΩƒΩŠΨ― ΨΉΩ„Ω‰ Ψ§Ω„ΩŠΨ― ─────────────────────────────
25
  VQA_QUESTION = (
26
+ "Is there a woman or any part of a woman's body in this image? Answer yes or no only."
 
 
27
  )
28
 
29
  MODEL_DATA = {}