Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ 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="
|
80 |
Your browser does not support the audio element.
|
81 |
</audio>
|
82 |
""")
|
|
|
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="https://huggingface.co/spaces/Abrahamau/gradiotest/resolve/main/sampleaudio/abraham.wav" type="audio/wav">
|
80 |
Your browser does not support the audio element.
|
81 |
</audio>
|
82 |
""")
|