medelharchaoui commited on
Commit
7812e4e
·
verified ·
1 Parent(s): a7ab7f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,10 +3,10 @@ from transformers import pipeline
3
 
4
 
5
  img_text_pipe = pipeline("image-to-text",
6
- model="./models/Salesforce/blip-image-captioning-base")
7
 
8
  narrator = pipeline("text-to-speech",
9
- model="./models/kakao-enterprise/vits-ljs")
10
 
11
  def describe_image(file_path):
12
 
 
3
 
4
 
5
  img_text_pipe = pipeline("image-to-text",
6
+ model="Salesforce/blip-image-captioning-base")
7
 
8
  narrator = pipeline("text-to-speech",
9
+ model="kakao-enterprise/vits-ljs")
10
 
11
  def describe_image(file_path):
12