Spaces:
Runtime error
Runtime error
captain-awesome
commited on
Commit
•
6d80c7e
1
Parent(s):
edc7eb5
Update app.py
Browse files
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="
|
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)
|