Update test.py
Browse files
test.py
CHANGED
|
@@ -128,7 +128,7 @@ def main(input):
|
|
| 128 |
print(models_tts)
|
| 129 |
|
| 130 |
|
| 131 |
-
demo = gr.Interface(fn=main, inputs="text", "audio")
|
| 132 |
|
| 133 |
# outputs=gr.outputs.Textbox(label="outputAudio"))
|
| 134 |
|
|
|
|
| 128 |
print(models_tts)
|
| 129 |
|
| 130 |
|
| 131 |
+
demo = gr.Interface(fn=main, inputs="text", outputs="audio")
|
| 132 |
|
| 133 |
# outputs=gr.outputs.Textbox(label="outputAudio"))
|
| 134 |
|