Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import gradio as gr
|
|
12 |
from transformers import pipeline
|
13 |
|
14 |
pipe = pipeline("image-to-text",
|
15 |
-
model="
|
16 |
|
17 |
def launch(input):
|
18 |
out = pipe(input)
|
|
|
12 |
from transformers import pipeline
|
13 |
|
14 |
pipe = pipeline("image-to-text",
|
15 |
+
model="Salesforce/blip-image-captioning-base")
|
16 |
|
17 |
def launch(input):
|
18 |
out = pipe(input)
|