Spaces:
Running
on
Zero
Running
on
Zero
changes
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ def synthesize(article_url,progress_audio=gr.Progress()):
|
|
109 |
conversation=json_match.group()
|
110 |
else:
|
111 |
conversation = template
|
|
|
112 |
print(conversation)
|
113 |
speed = 1.0
|
114 |
models = {"EN": TTS(language="EN", device=device)}
|
|
|
109 |
conversation=json_match.group()
|
110 |
else:
|
111 |
conversation = template
|
112 |
+
print(partial_text)
|
113 |
print(conversation)
|
114 |
speed = 1.0
|
115 |
models = {"EN": TTS(language="EN", device=device)}
|