Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ with gr.Blocks(title="Smilo😃 - Real-Time Emotion Detection") as demo:
|
|
| 96 |
<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;">
|
| 97 |
Smilo <span style="font-size: 0.9em;">😃</span>
|
| 98 |
</h1>
|
| 99 |
-
<p style="color: #f0f0f0; font-size: 1.2em; margin: 0; font-weight: 400; letter-spacing: 0.5px;">Real-Time Emotion Detection powered by PyTorch <a href='https://github.com/TejeshNaiduKona/Smilo' target='_blank'>GitHub</a></p>
|
| 100 |
|
| 101 |
</div>
|
| 102 |
""")
|
|
|
|
| 96 |
<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;">
|
| 97 |
Smilo <span style="font-size: 0.9em;">😃</span>
|
| 98 |
</h1>
|
| 99 |
+
<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 <a href='https://github.com/TejeshNaiduKona/Smilo' target='_blank'>GitHub</a></p>
|
| 100 |
|
| 101 |
</div>
|
| 102 |
""")
|