Spaces:
Runtime error
Runtime error
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -93,7 +93,7 @@ share_js = """async () => {
|
|
93 |
<img src='${urlOutputImg}' style='max-height: 512px;'>
|
94 |
|
95 |
<audio controls>
|
96 |
-
<source src="${dataOutputMusic}" type="audio/
|
97 |
Your browser does not support the audio element.
|
98 |
</audio>
|
99 |
`;
|
|
|
93 |
<img src='${urlOutputImg}' style='max-height: 512px;'>
|
94 |
|
95 |
<audio controls>
|
96 |
+
<source src="${dataOutputMusic}" type="audio/wav">
|
97 |
Your browser does not support the audio element.
|
98 |
</audio>
|
99 |
`;
|