jiedong-yang's picture
Upload utils.py
4ee15f5
raw
history blame
508 Bytes
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>
"""