eagle0504 commited on
Commit
a06b7cb
·
1 Parent(s): 8357c17

load model from HF in L32

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ palm.configure(api_key=api_key)
29
 
30
  # Load YOLO pipeline
31
  yolo_pipe = pipeline("object-detection", model="hustvl/yolos-small")
32
- narrator = pipeline("text-to-speech", model="./models/kakao-enterprise/vits-ljs")
33
 
34
 
35
  # Main function of the Streamlit app
 
29
 
30
  # Load YOLO pipeline
31
  yolo_pipe = pipeline("object-detection", model="hustvl/yolos-small")
32
+ narrator = pipeline("text-to-speech", model="kakao-enterprise/vits-ljs")
33
 
34
 
35
  # Main function of the Streamlit app