Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
pipe = pipeline("image-to-text",
|
5 |
model="Salesforce/blip-image-captioning-base")
|
|
|
1 |
import gradio as gr
|
2 |
+
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline("image-to-text",
|
5 |
model="Salesforce/blip-image-captioning-base")
|