muhammadsaadgondal commited on
Commit
9b94640
·
verified ·
1 Parent(s): 1c6b29d

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
-
3
 
4
  pipe=pipeline("image-to-text",model="Salesforce/blip-image-captioning-base")
5
 
 
1
  from transformers import pipeline
2
+ import gradio as gr
3
 
4
  pipe=pipeline("image-to-text",model="Salesforce/blip-image-captioning-base")
5