MrAli813 commited on
Commit
f8bd239
1 Parent(s): 59f9728

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 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
 
 
93
  A3 = gr.load(
94
  "models/Salesforce/blip-image-captioning-large",
95
  title=" ",
96
+ description="Upload Any Type of Imagery (photos, medical imagery, etc.), 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