Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = {}
|