Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ iface = gr.Interface(
|
|
35 |
outputs=gr.Audio(label="Output", type='filepath'),
|
36 |
title="Karachay-Malkar TTS",
|
37 |
live=False
|
38 |
-
|
39 |
|
40 |
iface.launch(share=False)
|
|
|
35 |
outputs=gr.Audio(label="Output", type='filepath'),
|
36 |
title="Karachay-Malkar TTS",
|
37 |
live=False
|
38 |
+
)
|
39 |
|
40 |
iface.launch(share=False)
|