Manolo7X commited on
Commit
df4c4f8
1 Parent(s): 6f0ea2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ from transformers import pipeline
4
  pipe = pipeline("image-to-text",
5
  model="Salesforce/blip-image-captioning-base")
6
 
7
-
8
  def launch(input):
9
  out = pipe(input)
10
  return out[0]['generated_text']
 
4
  pipe = pipeline("image-to-text",
5
  model="Salesforce/blip-image-captioning-base")
6
 
 
7
  def launch(input):
8
  out = pipe(input)
9
  return out[0]['generated_text']