Spaces:
Sleeping
Sleeping
Mahiruoshi
commited on
Commit
•
2927e53
1
Parent(s):
80fad94
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def generate_audio(
|
|
89 |
net_g=net_g,
|
90 |
device=device,
|
91 |
)
|
92 |
-
return audio
|
93 |
|
94 |
def tts_fn(
|
95 |
text: str,
|
|
|
89 |
net_g=net_g,
|
90 |
device=device,
|
91 |
)
|
92 |
+
return gr.processing_utils.convert_to_16_bit_wav(audio)
|
93 |
|
94 |
def tts_fn(
|
95 |
text: str,
|