ramkamal2000 commited on
Commit
508cc0a
·
1 Parent(s): 126d21a
Files changed (1) hide show
  1. app.py +1 -1
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", 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')
 
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')