Abrahamau commited on
Commit
d9b1858
·
verified ·
1 Parent(s): b35d9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,9 +74,9 @@ tab2 = gr.Interface(
74
 
75
  textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
76
  sampletext = gr.HTML("""
77
- <span>If you do not sample your voice my voice will be used as input<span><
78
  <audio controls autoplay>
79
- <source src="sampleaudio/abraham.wav" type="audio/wav">
80
  Your browser does not support the audio element.
81
  </audio>
82
  """)
 
74
 
75
  textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
76
  sampletext = gr.HTML("""
77
+ <span>If you do not sample your voice my voice will be used as input<span>
78
  <audio controls autoplay>
79
+ <source src="./sampleaudio/abraham.wav" type="audio/wav">
80
  Your browser does not support the audio element.
81
  </audio>
82
  """)