Spaces:
Paused
Paused
Fix share btn markdown
#8
by
mishig
HF staff
- opened
- share_btn.py +2 -0
share_btn.py
CHANGED
@@ -80,7 +80,9 @@ share_js = """async () => {
|
|
80 |
|
81 |
const descriptionMd = `#### Input img:
|
82 |
<img src='${urlInputImg}' style='max-height: 350px;'>
|
|
|
83 |
#### Music:
|
|
|
84 |
<audio controls>
|
85 |
<source src="${dataOutputMusic}" type="audio/wav">
|
86 |
Your browser does not support the audio element.
|
|
|
80 |
|
81 |
const descriptionMd = `#### Input img:
|
82 |
<img src='${urlInputImg}' style='max-height: 350px;'>
|
83 |
+
|
84 |
#### Music:
|
85 |
+
|
86 |
<audio controls>
|
87 |
<source src="${dataOutputMusic}" type="audio/wav">
|
88 |
Your browser does not support the audio element.
|