captain-awesome commited on
Commit
6d80c7e
1 Parent(s): edc7eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import BlipForConditionalGeneration, AutoProcessor
5
  from transformers import pipeline
6
 
7
  pipe = pipeline("image-to-text",
8
- model="./models/Salesforce/blip-image-captioning-base")
9
 
10
  def launch(input):
11
  out = pipe(input)
 
5
  from transformers import pipeline
6
 
7
  pipe = pipeline("image-to-text",
8
+ model="Salesforce/blip-image-captioning-base")
9
 
10
  def launch(input):
11
  out = pipe(input)