Spaces:
Runtime error
Runtime error
Commit
·
cff6b7f
1
Parent(s):
232e486
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ with gr.Blocks() as demo:
|
|
69 |
|
70 |
gr.HTML('''
|
71 |
<div class="footer">
|
72 |
-
<p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> -
|
73 |
-
<a href="https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion" style="text-decoration: underline;" target="_blank">
|
74 |
</p>
|
75 |
</div>
|
76 |
''')
|
|
|
69 |
|
70 |
gr.HTML('''
|
71 |
<div class="footer">
|
72 |
+
<p>Whisper Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> -
|
73 |
+
<a href="https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion" style="text-decoration: underline;" target="_blank">Emotion Detection Model</a>
|
74 |
</p>
|
75 |
</div>
|
76 |
''')
|