MrAli813 commited on
Commit
85119d2
1 Parent(s): 61ba514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ A1 = gr.ChatInterface(predict,
34
  clear_btn="Clear Conversation")
35
 
36
  A2 = gr.load(
37
- " ",
38
  title=" ",
39
  description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
40
  outputs=[gr.Textbox(label="I see...")],
 
34
  clear_btn="Clear Conversation")
35
 
36
  A2 = gr.load(
37
+ "huggingface/Salesforce/blip-image-captioning-large ",
38
  title=" ",
39
  description="Take and Upload a Photo or Existing Image, I'll Give You Its Description",
40
  outputs=[gr.Textbox(label="I see...")],