muhammadsaadgondal commited on
Commit
65386b2
·
verified ·
1 Parent(s): 8054aa9

Update app.py

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