MrAli813 commited on
Commit
2c8a56f
·
1 Parent(s): 4af613f

Update app.py

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