MrAli813 commited on
Commit
2b5ac33
1 Parent(s): ab89226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ A1 = gr.ChatInterface(predict,
33
  A2 = gr.load(
34
  "huggingface/Salesforce/blip-image-captioning-large",
35
  title="Upon Further Review...",
36
- description="Upload or Take a Photo Image, I'll Give You Description",
37
  outputs=[gr.Textbox(label="I see...")],
38
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
39
 
 
33
  A2 = gr.load(
34
  "huggingface/Salesforce/blip-image-captioning-large",
35
  title="Upon Further Review...",
36
+ description="Upload or Take a Photo Image, I'll Describe It For You",
37
  outputs=[gr.Textbox(label="I see...")],
38
  theme= gr.themes.Glass(primary_hue="amber", neutral_hue="lime"))
39