Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ def guessanAge(model, image):
|
|
22 |
return description
|
23 |
|
24 |
def text2speech(model, text):
|
25 |
-
st.write("using model:"+model)
|
26 |
if len(text) > 0:
|
27 |
speechclassifier = pipeline("text-to-speech", model=model)
|
28 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|
|
|
22 |
return description
|
23 |
|
24 |
def text2speech(model, text):
|
|
|
25 |
if len(text) > 0:
|
26 |
speechclassifier = pipeline("text-to-speech", model=model)
|
27 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|