Lorissss commited on
Commit
fd16b67
·
verified ·
1 Parent(s): 76f7973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -79,6 +79,8 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css="body {background-color: #12121
79
  <div style='text-align: center; margin-bottom: 20px;'>
80
  <h1 style='color: #00BFFF;'>🎓 EPFL Project –Emotion & Eco- Aware Hate Speech Detection in Video & Audio</h1>
81
  <h3 style='color: #AAAAAA;'>Participants: Loris Alan Fabbro, Mohammed Al-Hussini, Loic Misenta</h3>
 
 
82
  </div>
83
  """)
84
 
 
79
  <div style='text-align: center; margin-bottom: 20px;'>
80
  <h1 style='color: #00BFFF;'>🎓 EPFL Project –Emotion & Eco- Aware Hate Speech Detection in Video & Audio</h1>
81
  <h3 style='color: #AAAAAA;'>Participants: Loris Alan Fabbro, Mohammed Al-Hussini, Loic Misenta</h3>
82
+ <a href='https://github.com/loris-fab/Deep_learning/blob/main/README.md'
83
+ target='_blank' style='color:#00BFFF; font-weight:bold;'>🔗 View on GitHub</a>
84
  </div>
85
  """)
86