Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ with gr.Blocks(title="Smilo😃 - Real-Time Emotion Detection") as demo:
|
|
| 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</p>
|
| 100 |
</div>
|
| 101 |
""")
|
| 102 |
-
gr.markdown(
|
| 103 |
"<div style='text-align: center; color: var(--color-text-secondary); font-size: 0.85em;'>"
|
| 104 |
"Smilo - Real-Time Emotion Detction using PyTorch & OpenCV | "
|
| 105 |
"<a href='https://github.com/TejeshNaiduKona/Smilo' target='_blank'>GitHub</a>"
|
|
|
|
| 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</p>
|
| 100 |
</div>
|
| 101 |
""")
|
| 102 |
+
with gr.markdown(
|
| 103 |
"<div style='text-align: center; color: var(--color-text-secondary); font-size: 0.85em;'>"
|
| 104 |
"Smilo - Real-Time Emotion Detction using PyTorch & OpenCV | "
|
| 105 |
"<a href='https://github.com/TejeshNaiduKona/Smilo' target='_blank'>GitHub</a>"
|