Spaces:
Runtime error
Runtime error
TranGiaBao
commited on
Commit
•
e4c3a70
1
Parent(s):
f0be061
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ iface = gr.Interface(
|
|
178 |
],
|
179 |
value="final_tts"),
|
180 |
],
|
181 |
-
outputs=gr.Audio(label="Audio kết quả", streaming= True),
|
182 |
title=title,
|
183 |
description=description,
|
184 |
examples=tts_examples
|
|
|
178 |
],
|
179 |
value="final_tts"),
|
180 |
],
|
181 |
+
outputs=gr.Audio(label="Audio kết quả", streaming= True, type="numpy"),
|
182 |
title=title,
|
183 |
description=description,
|
184 |
examples=tts_examples
|