Abrahamau commited on
Commit
2a94e0a
·
verified ·
1 Parent(s): ba6a087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")