prakashkota commited on
Commit
256bd41
·
verified ·
1 Parent(s): ef3a189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import gradio as gr
12
  from transformers import pipeline
13
 
14
  pipe = pipeline("image-to-text",
15
- model="./models/Salesforce/blip-image-captioning-base")
16
 
17
  def launch(input):
18
  out = pipe(input)
 
12
  from transformers import pipeline
13
 
14
  pipe = pipeline("image-to-text",
15
+ model="Salesforce/blip-image-captioning-base")
16
 
17
  def launch(input):
18
  out = pipe(input)