Lorissss commited on
Commit
78c191c
·
verified ·
1 Parent(s): fd16b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -74,13 +74,14 @@ def analyser_audio_avec_loading(audio, mode):
74
  # ========== Interface Gradio ==========
75
 
76
  with gr.Blocks(theme=gr.themes.Monochrome(), css="body {background-color: #121212; color: white;}") as demo:
 
77
  # En-tête
78
  gr.HTML("""
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
 
 
74
  # ========== Interface Gradio ==========
75
 
76
  with gr.Blocks(theme=gr.themes.Monochrome(), css="body {background-color: #121212; color: white;}") as demo:
77
+ gr.Image("logo.png", width=150, show_label=False, show_download_button=False)
78
  # En-tête
79
  gr.HTML("""
80
  <div style='text-align: center; margin-bottom: 20px;'>
81
  <h1 style='color: #00BFFF;'>🎓 EPFL Project –Emotion & Eco- Aware Hate Speech Detection in Video & Audio</h1>
82
  <h3 style='color: #AAAAAA;'>Participants: Loris Alan Fabbro, Mohammed Al-Hussini, Loic Misenta</h3>
83
  <a href='https://github.com/loris-fab/Deep_learning/blob/main/README.md'
84
+ target='_blank' style='color: orange; font-weight:bold;'>🔗 GitHub</a>
85
  </div>
86
  """)
87