Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def stream_aud(url):
|
|
49 |
txt=ea['text']
|
50 |
print(txt)
|
51 |
pp.stream_tts(in_text=txt,model="en_US-joe-medium")
|
52 |
-
yield pp.buffer
|
53 |
#yield(pp.stream_tts(in_text=txt,model="en_US-joe-medium"))
|
54 |
|
55 |
def load_html(url):
|
|
|
49 |
txt=ea['text']
|
50 |
print(txt)
|
51 |
pp.stream_tts(in_text=txt,model="en_US-joe-medium")
|
52 |
+
#yield pp.buffer
|
53 |
#yield(pp.stream_tts(in_text=txt,model="en_US-joe-medium"))
|
54 |
|
55 |
def load_html(url):
|