Spaces:
Sleeping
Sleeping
Manu
commited on
Commit
·
e600ac8
1
Parent(s):
0e826bb
force spaces rebuild
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ demo = gr.Interface(fn=synthesise_audio,
|
|
104 |
inputs=input_text,
|
105 |
outputs="audio",
|
106 |
#outputs = gr.Audio(type="numpy"),
|
107 |
-
description="----- manuai Text To Speech generator -----",
|
108 |
allow_flagging = False)
|
109 |
|
110 |
demo.launch(debug = True)
|
|
|
104 |
inputs=input_text,
|
105 |
outputs="audio",
|
106 |
#outputs = gr.Audio(type="numpy"),
|
107 |
+
description="----- manuai Text To Speech generator test -----",
|
108 |
allow_flagging = False)
|
109 |
|
110 |
demo.launch(debug = True)
|