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