Spaces:
Runtime error
Runtime error
jiedong-yang
commited on
Commit
β’
4ee15f5
1
Parent(s):
78a6033
Upload utils.py
Browse files
utils.py
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
footer_html = """
|
2 |
+
<div class="footer">
|
3 |
+
<p>Whisper by <a href="https://github.com/openai/whisper"
|
4 |
+
style="text-decoration: underline;"
|
5 |
+
target="_blank">OpenAI</a> - BART by <a href="https://huggingface.co/facebook/bart-large-cnn"
|
6 |
+
style="text-decoration: underline;"
|
7 |
+
target="_blank">Facebook</a> - Conformer by <a href="https://github.com/espnet/espnet_model_zoo"
|
8 |
+
style="text-decoration: underline;"
|
9 |
+
target="_blank">ESPNet</a>
|
10 |
+
</p>
|
11 |
+
</div>
|
12 |
+
"""
|