andreeabodea commited on
Commit
297a870
1 Parent(s): 560fd93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from transformers import
3
 
4
  pipe = pipeline("image-to-text",
5
  model="./models/Salesforce/blip-image-captioning-base")
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
 
4
  pipe = pipeline("image-to-text",
5
  model="./models/Salesforce/blip-image-captioning-base")