Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
!pip install transformers
|
2 |
-
!pip install gradio
|
3 |
from transformers import pipeline
|
4 |
image_captioner = pipeline("image-to-text",model="Salesforce/blip-image-captioning-large")
|
5 |
#Set up Prerequisites for Image Captioning App User Interface
|
|
|
|
|
|
|
1 |
from transformers import pipeline
|
2 |
image_captioner = pipeline("image-to-text",model="Salesforce/blip-image-captioning-large")
|
3 |
#Set up Prerequisites for Image Captioning App User Interface
|