Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,6 +99,13 @@ 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 |
|
| 103 |
with gr.Row():
|
| 104 |
with gr.Column():
|
|
|
|
| 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>"
|
| 106 |
+
"</div>",
|
| 107 |
+
unsafe_allow_html=True
|
| 108 |
+
)
|
| 109 |
|
| 110 |
with gr.Row():
|
| 111 |
with gr.Column():
|