Spaces:
Running
Running
support more format
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
<option value="japanese">🇯🇵 日文 (Japanese)</option>
|
| 49 |
</select>
|
| 50 |
|
| 51 |
-
<input type="file" id="file-upload" accept="audio/*,video/*">
|
| 52 |
<button id="run-btn" disabled>开始转换</button>
|
| 53 |
</div>
|
| 54 |
|
|
|
|
| 48 |
<option value="japanese">🇯🇵 日文 (Japanese)</option>
|
| 49 |
</select>
|
| 50 |
|
| 51 |
+
<input type="file" id="file-upload" accept="audio/*,video/*,.m4a,.mp4,.wav">
|
| 52 |
<button id="run-btn" disabled>开始转换</button>
|
| 53 |
</div>
|
| 54 |
|