MrAli813 commited on
Commit
8b6b92e
1 Parent(s): 46774a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ A1 = gr.ChatInterface(predict,
93
  A3 = gr.load(
94
  "models/Salesforce/blip-image-captioning-large",
95
  title=" ",
96
- description="Take a Photo or an Existing Image, Upload It, I'll Give You Its Description",
97
  outputs=[gr.Textbox(label="I see...")],
98
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
99
 
 
93
  A3 = gr.load(
94
  "models/Salesforce/blip-image-captioning-large",
95
  title=" ",
96
+ description="Take a Photo or Upload Any Type of Imagery, I'll Give You Its Description",
97
  outputs=[gr.Textbox(label="I see...")],
98
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
99