RamAnanth1 commited on
Commit
cff6b7f
·
1 Parent(s): 232e486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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> - Emotion Detection Model
73
- <a href="https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion" style="text-decoration: underline;" target="_blank">OpenAI</a>
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
  ''')