load model from HF in L32
Browse files
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="
|
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
|