muxiddin19 commited on
Commit
7d77bee
·
verified ·
1 Parent(s): 23f1c3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
  pipe = pipeline("image-to-text",
6
- model="https://s172-29-45-186p8888.lab-aws-production.deeplearning.ai/tree/L14/models/Salesforce/blip-image-captioning-base")
7
 
8
  def launch(input):
9
  out = pipe(input)
 
3
  from transformers import pipeline
4
 
5
  pipe = pipeline("image-to-text",
6
+ model="Salesforce/blip-image-captioning-base")
7
 
8
  def launch(input):
9
  out = pipe(input)