Commit
·
be197a9
1
Parent(s):
a8cbdb8
moddified app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ iface = gr.Interface(
|
|
42 |
outputs=gr.outputs.Audio(type="filepath"),
|
43 |
title="Text-to-Speech Demo",
|
44 |
)
|
45 |
-
iface.launch(
|
|
|
42 |
outputs=gr.outputs.Audio(type="filepath"),
|
43 |
title="Text-to-Speech Demo",
|
44 |
)
|
45 |
+
iface.launch()
|