Spaces:
Runtime error
Runtime error
Commit
·
126d21a
1
Parent(s):
80f9b93
title
Browse files
app.py
CHANGED
@@ -174,6 +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"])
|
178 |
-
|
179 |
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", description="Use this cool too to convert your voice to another person's! The first audio input is that of the target speaker. The second and third audio inputs require audio files from the person who's voice you want to convert.")
|
|
|
178 |
demo.launch(debug='True')
|