Spaces:
Runtime error
Runtime error
File size: 508 Bytes
4ee15f5 |
1 2 3 4 5 6 7 8 9 10 11 12 |
footer_html = """
<div class="footer">
<p>Whisper by <a href="https://github.com/openai/whisper"
style="text-decoration: underline;"
target="_blank">OpenAI</a> - BART by <a href="https://huggingface.co/facebook/bart-large-cnn"
style="text-decoration: underline;"
target="_blank">Facebook</a> - Conformer by <a href="https://github.com/espnet/espnet_model_zoo"
style="text-decoration: underline;"
target="_blank">ESPNet</a>
</p>
</div>
""" |