Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
| 33 |
outputs = [
|
| 34 |
gr.Textbox(label="Prediction")
|
| 35 |
],
|
| 36 |
-
title = "
|
| 37 |
description = "Upload an image or take a photo. The app detects if a face is present, then predicts the dominant emotion. If no face is detected, it returns 'Not a Face'."
|
| 38 |
)
|
| 39 |
|
|
|
|
| 33 |
outputs = [
|
| 34 |
gr.Textbox(label="Prediction")
|
| 35 |
],
|
| 36 |
+
title = "Face Emotion Detector application 😊",
|
| 37 |
description = "Upload an image or take a photo. The app detects if a face is present, then predicts the dominant emotion. If no face is detected, it returns 'Not a Face'."
|
| 38 |
)
|
| 39 |
|