AjithBharadwaj commited on
Commit
6193570
·
1 Parent(s): 0c47b6a

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