adriansmpblcis commited on
Commit
ae9d07e
·
verified ·
1 Parent(s): 2fbb503

Update app.py

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