Spaces:
Build error
Build error
ahnafsamin
commited on
Commit
•
d3fe331
1
Parent(s):
cc8e5e7
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def inference(text,lang):
|
|
26 |
wav = gos_text2speech(text)["wav"]
|
27 |
scipy.io.wavfile.write("out.wav", gos_text2speech.fs , wav.view(-1).cpu().numpy())
|
28 |
|
29 |
-
return "out.wav"
|
30 |
|
31 |
title = "GroTTS"
|
32 |
examples = [
|
|
|
26 |
wav = gos_text2speech(text)["wav"]
|
27 |
scipy.io.wavfile.write("out.wav", gos_text2speech.fs , wav.view(-1).cpu().numpy())
|
28 |
|
29 |
+
return "out.wav", "out.wav"
|
30 |
|
31 |
title = "GroTTS"
|
32 |
examples = [
|