Spaces:
Runtime error
Runtime error
Commit
·
508cc0a
1
Parent(s):
126d21a
fix
Browse files
app.py
CHANGED
@@ -174,5 +174,5 @@ c1_m2 = gr.Interface(
|
|
174 |
outputs=gr.Audio(label='Target Speaker - Converted Clip')
|
175 |
)
|
176 |
|
177 |
-
demo = gr.TabbedInterface([c3, c1_m2], ["Pre-Recorded", "Microphone"], title="Voice Conversion using Your T T S"
|
178 |
demo.launch(debug='True')
|
|
|
174 |
outputs=gr.Audio(label='Target Speaker - Converted Clip')
|
175 |
)
|
176 |
|
177 |
+
demo = gr.TabbedInterface([c3, c1_m2], ["Pre-Recorded", "Microphone"], title="Voice Conversion using Your T T S")
|
178 |
demo.launch(debug='True')
|