Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ tab2 = gr.Interface(
|
|
87 |
textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!", label="Type text to convert to your voice:")
|
88 |
sampletext = gr.HTML("""
|
89 |
<h3>If you do not sample your voice my voice will be used as input:<h3>
|
90 |
-
<audio controls
|
91 |
<source src="https://huggingface.co/spaces/Abrahamau/gradiotest/resolve/main/sampleaudio/abraham.wav" type="audio/wav">
|
92 |
Your browser does not support the audio element.
|
93 |
</audio>
|
|
|
87 |
textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!", label="Type text to convert to your voice:")
|
88 |
sampletext = gr.HTML("""
|
89 |
<h3>If you do not sample your voice my voice will be used as input:<h3>
|
90 |
+
<audio controls>
|
91 |
<source src="https://huggingface.co/spaces/Abrahamau/gradiotest/resolve/main/sampleaudio/abraham.wav" type="audio/wav">
|
92 |
Your browser does not support the audio element.
|
93 |
</audio>
|