Spaces:
Running
Running
Kikirilkov
commited on
Commit
•
0c511b7
1
Parent(s):
3d31254
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ iface = gr.Interface(fn=voice_clone,
|
|
28 |
outputs=gr.Audio(type="filepath", label="Synthesised spectrogram"),
|
29 |
title="Voice Cloning")
|
30 |
|
31 |
-
iface.launch(
|
|
|
28 |
outputs=gr.Audio(type="filepath", label="Synthesised spectrogram"),
|
29 |
title="Voice Cloning")
|
30 |
|
31 |
+
iface.launch ()
|