Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
1e217b7
1
Parent(s):
97dbb55
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def main():
|
|
118 |
html_snippet = f'''
|
119 |
<div style="margin-bottom: 10px;">
|
120 |
<p><strong>{voice.capitalize()}</strong></p>
|
121 |
-
<audio controls preload="auto"
|
122 |
<source src="{audio_url}" type="audio/wav">
|
123 |
Your browser does not support the audio element.
|
124 |
</audio>
|
|
|
118 |
html_snippet = f'''
|
119 |
<div style="margin-bottom: 10px;">
|
120 |
<p><strong>{voice.capitalize()}</strong></p>
|
121 |
+
<audio controls preload="auto" style="width: 50px; height: 30px;">
|
122 |
<source src="{audio_url}" type="audio/wav">
|
123 |
Your browser does not support the audio element.
|
124 |
</audio>
|