Aureliano commited on
Commit
dc4bf8e
Β·
verified Β·
1 Parent(s): e047319
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- pipe = pipeline("image-text-to-text",
5
  model="Salesforce/blip-image-captioning-base")
6
 
7
 
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipe = pipeline("image-to-text",
5
  model="Salesforce/blip-image-captioning-base")
6
 
7