Abrahamau commited on
Commit
b6e2dcb
·
verified ·
1 Parent(s): 4e79d81

Update app.py

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