Lorissss commited on
Commit
c743d9c
·
verified ·
1 Parent(s): f2e291d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import datetime
3
  import Implementation as imp
4
- import time # pour simuler un vrai traitement
5
  import os
6
 
7
  # ========== Fonctions Backend ==========
@@ -77,8 +77,8 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css="body {background-color: #12121
77
  # En-tête
78
  gr.HTML("""
79
  <div style='text-align: center; margin-bottom: 20px;'>
80
- <h1 style='color: #00BFFF;'>🎓 EPFL Project: Innovative and Eco Hate Speech Detection</h1>
81
- <h3 style='color: #AAAAAA;'>Participants: Loris, Mohammed, Loïc </h3>
82
  </div>
83
  """)
84
 
 
1
  import gradio as gr
2
  import datetime
3
  import Implementation as imp
4
+ import time
5
  import os
6
 
7
  # ========== Fonctions Backend ==========
 
77
  # En-tête
78
  gr.HTML("""
79
  <div style='text-align: center; margin-bottom: 20px;'>
80
+ <h1 style='color: #00BFFF;'>🎓 EPFL Project Emotion- and 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