msaid1976 commited on
Commit
3af225d
·
verified ·
1 Parent(s): 00dff8f

Update app.py

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