Codeblockz commited on
Commit
a941a17
·
verified ·
1 Parent(s): 7ee96d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
  pipe = pipeline("image-to-text",
6
- model="./models/Salesforce/blip-image-captioning-base")
7
  tts_pipe = pipeline("text-to-speech",
8
- model="./models/kakao-enterprise/vits-ljs")
9
 
10
  def launch(input):
11
  out = pipe(input)
 
3
  from transformers import pipeline
4
 
5
  pipe = pipeline("image-to-text",
6
+ model="Salesforce/blip-image-captioning-base")
7
  tts_pipe = pipeline("text-to-speech",
8
+ model="kakao-enterprise/vits-ljs")
9
 
10
  def launch(input):
11
  out = pipe(input)