DGSpitzer commited on
Commit
57f29f6
1 Parent(s): 9bde66b

Update share_btn.py

Browse files
Files changed (1) hide show
  1. 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/mpeg">
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
  `;