Spaces:
Running
on
Zero
Running
on
Zero
quoted transcript
Browse files- share_btn.py +2 -1
share_btn.py
CHANGED
|
@@ -187,7 +187,8 @@ share_js = """async () => {
|
|
| 187 |
<audio controls src='${url}'></audio>
|
| 188 |
|
| 189 |
#### Transcription:
|
| 190 |
-
|
|
|
|
| 191 |
|
| 192 |
const params = new URLSearchParams({
|
| 193 |
description: descriptionMd,
|
|
|
|
| 187 |
<audio controls src='${url}'></audio>
|
| 188 |
|
| 189 |
#### Transcription:
|
| 190 |
+
|
| 191 |
+
> ${resultTxt}`;
|
| 192 |
|
| 193 |
const params = new URLSearchParams({
|
| 194 |
description: descriptionMd,
|