Abrahamau commited on
Commit
b8a7dab
·
verified ·
1 Parent(s): 9f9ad3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ tab2 = gr.Interface(
74
 
75
  with gr.Blocks() as tab3:
76
  textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
 
77
  gr.Interface(
78
  fn=text2speech,
79
  inputs=[textbox, gr.Audio(sources=['microphone'], type="filepath", format="wav", value="sampleaudio/abraham.wav")],
 
74
 
75
  with gr.Blocks() as tab3:
76
  textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
77
+ gr.Markdown("Voice Duplicator")
78
  gr.Interface(
79
  fn=text2speech,
80
  inputs=[textbox, gr.Audio(sources=['microphone'], type="filepath", format="wav", value="sampleaudio/abraham.wav")],