Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,9 @@ with gr.Blocks(title="Smilo😃 - Real-Time Emotion Detection") as demo:
|
|
| 93 |
<h1 style="color: white; margin: 0; margin-bottom: 10px; font-weight: 900; font-size: 3.5em; display: flex; align-items: center; justify-content: center; gap: 10px;">
|
| 94 |
Smilo <span style="font-size: 0.9em;">😃</span>
|
| 95 |
</h1>
|
| 96 |
-
<p style="color: #f0f0f0; font-size: 1.2em; margin: 0; font-weight: 400; letter-spacing: 0.5px;">Real-Time Emotion Detection powered by PyTorch</p>
|
|
|
|
|
|
|
| 97 |
</div>
|
| 98 |
""")
|
| 99 |
|
|
|
|
| 93 |
<h1 style="color: white; margin: 0; margin-bottom: 10px; font-weight: 900; font-size: 3.5em; display: flex; align-items: center; justify-content: center; gap: 10px;">
|
| 94 |
Smilo <span style="font-size: 0.9em;">😃</span>
|
| 95 |
</h1>
|
| 96 |
+
<p style="color: #f0f0f0; font-size: 1.2em; margin: 0; font-weight: 400; letter-spacing: 0.5px;">Real-Time Emotion Detection powered by PyTorch & OpenCV</p>
|
| 97 |
+
<img src="https://skillicons.dev/icons?i=pytorch,opencv"/>
|
| 98 |
+
</p>
|
| 99 |
</div>
|
| 100 |
""")
|
| 101 |
|