Spaces:
Sleeping
Sleeping
Fixed model path.
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline("image-to-text",
|
5 |
-
model="
|
6 |
|
7 |
def launch(input):
|
8 |
out = pipe(input)
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline("image-to-text",
|
5 |
+
model="Salesforce/blip-image-captioning-base")
|
6 |
|
7 |
def launch(input):
|
8 |
out = pipe(input)
|