Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,4 +167,4 @@ with gr.Blocks(title="Face Emotion Recognition") as demo:
|
|
| 167 |
**Tips:** π‘ Good lighting | π€ Clear face visible | π Try different expressions!
|
| 168 |
""")
|
| 169 |
|
| 170 |
-
demo.launch(
|
|
|
|
| 167 |
**Tips:** π‘ Good lighting | π€ Clear face visible | π Try different expressions!
|
| 168 |
""")
|
| 169 |
|
| 170 |
+
demo.launch(ssr_mode=False)
|