Abrahamau commited on
Commit
6bb9af4
·
verified ·
1 Parent(s): a0a57b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as tab3:
77
 
78
  gr.Interface(
79
  fn=text2speech,
80
- inputs=[textbox, gr.Markdown("Voice Duplicator"), gr.Audio(sources=['microphone'], type="filepath", format="wav", value="sampleaudio/abraham.wav")],
81
  outputs=["audio"],
82
  )
83
 
 
77
 
78
  gr.Interface(
79
  fn=text2speech,
80
+ inputs=[textbox, gr.Audio(sources=['microphone'], type="filepath", format="wav", value="sampleaudio/abraham.wav")],
81
  outputs=["audio"],
82
  )
83