Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import datetime
|
3 |
import Implementation as imp
|
4 |
-
import time
|
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
|
81 |
-
<h3 style='color: #AAAAAA;'>Participants: Loris, Mohammed,
|
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 |
|