Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
<source src="{{ file_url }}" type="audio/mpeg">
|
63 |
Your browser does not support the audio element.
|
64 |
</audio>
|
65 |
-
<a href="{{ file_url }}" download
|
66 |
{% endif %}
|
67 |
</form>
|
68 |
<script>
|
|
|
62 |
<source src="{{ file_url }}" type="audio/mpeg">
|
63 |
Your browser does not support the audio element.
|
64 |
</audio>
|
65 |
+
<a href="{{ file_url }}" download>Download Audio</a>
|
66 |
{% endif %}
|
67 |
</form>
|
68 |
<script>
|