Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ demo = gr.Interface(
|
|
148 |
inputs=gr.Image(type="pil"),
|
149 |
outputs=gr.Textbox(label="📝 15-Sentence Detailed Description"),
|
150 |
title="🖼️ Image Analysis with BLIP + DeepFace",
|
151 |
-
description="Upload an image to get a detailed 15-sentence description of facial features, age, gender, clothing, and more."
|
152 |
)
|
153 |
|
154 |
demo.launch()
|
|
|
148 |
inputs=gr.Image(type="pil"),
|
149 |
outputs=gr.Textbox(label="📝 15-Sentence Detailed Description"),
|
150 |
title="🖼️ Image Analysis with BLIP + DeepFace",
|
151 |
+
description ="Upload an image to get a detailed 15-sentence description of facial features, age, gender, clothing, and more."
|
152 |
)
|
153 |
|
154 |
demo.launch()
|