Abrahamau commited on
Commit
e093a97
·
verified ·
1 Parent(s): 8392bfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ sampletext = gr.HTML("""
82
  Your browser does not support the audio element.
83
  </audio>
84
  """)
85
- micinput = gr.Audio(sources=['microphone'], type="filepath", format="wav", value="sampleaudio/abraham.wav")
86
 
87
  tab3 = gr.Interface(
88
  fn=text2speech,
 
82
  Your browser does not support the audio element.
83
  </audio>
84
  """)
85
+ micinput = gr.Audio(sources=['microphone'], type="filepath", format="wav")
86
 
87
  tab3 = gr.Interface(
88
  fn=text2speech,