Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -23,13 +23,16 @@
|
|
23 |
</head>
|
24 |
|
25 |
<body>
|
26 |
-
|
|
|
|
|
27 |
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
|
28 |
</audio>
|
29 |
|
30 |
<audio controls id="speakerb" class="half-audio" width="360">
|
31 |
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
|
32 |
</audio>
|
|
|
33 |
|
34 |
|
35 |
|
|
|
23 |
</head>
|
24 |
|
25 |
<body>
|
26 |
+
|
27 |
+
<div class="recordings">
|
28 |
+
<audio controls id="speakera" class="half-audio" width="360">
|
29 |
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_a_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
|
30 |
</audio>
|
31 |
|
32 |
<audio controls id="speakerb" class="half-audio" width="360">
|
33 |
<source src="https://huggingface.co/spaces/clr/prosaln/resolve/main/full_conversations/0f2c315c-affa-4552-9f36-f6b3bbac49d4/speaker_b_convo_0f2c315c-affa-4552-9f36-f6b3bbac49d4.wav">
|
34 |
</audio>
|
35 |
+
</div>
|
36 |
|
37 |
|
38 |
|