MSaadTariq commited on
Commit
e6fd7a9
·
verified ·
1 Parent(s): 9bff8d5

Update app.py

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