Spaces:
Running
Running
updating app
Browse files
app.py
CHANGED
@@ -572,13 +572,4 @@ elif input_method == "Real-time Webcam":
|
|
572 |
st.error(f"Error accessing webcam: {str(e)}")
|
573 |
st.info("Please try the Simulation Mode instead, which doesn't require webcam access.")
|
574 |
|
575 |
-
|
576 |
-
st.markdown("---")
|
577 |
-
st.markdown("""
|
578 |
-
**Tips for Best Results:**
|
579 |
-
- If webcam doesn't work, try "Simulation Mode" or "Upload Video" options
|
580 |
-
- Ensure good lighting for accurate face detection
|
581 |
-
- Position faces clearly in the frame
|
582 |
-
- Try different emotion models for comparison
|
583 |
-
- Adjust the confidence threshold if emotions aren't being detected correctly
|
584 |
-
""")
|
|
|
572 |
st.error(f"Error accessing webcam: {str(e)}")
|
573 |
st.info("Please try the Simulation Mode instead, which doesn't require webcam access.")
|
574 |
|
575 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|