Futuretop commited on
Commit
e2b45fa
·
verified ·
1 Parent(s): cea2902

Update app.py

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