Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as iface:
|
|
124 |
- **Anomaly Detection**: Uses Variational Autoencoder (VAE) to detect anomalies in facial expressions, body postures, and voice features over time.
|
125 |
- **Visualization**: Represents changes in facial expressions, body postures, and vocal tone over time, marking anomaly key points.
|
126 |
|
127 |
-
|
128 |
|
129 |
## InceptionResnetV1
|
130 |
The InceptionResnetV1 model is a deep convolutional neural network used for facial recognition and facial attribute extraction.
|
|
|
124 |
- **Anomaly Detection**: Uses Variational Autoencoder (VAE) to detect anomalies in facial expressions, body postures, and voice features over time.
|
125 |
- **Visualization**: Represents changes in facial expressions, body postures, and vocal tone over time, marking anomaly key points.
|
126 |
|
127 |
+

|
128 |
|
129 |
## InceptionResnetV1
|
130 |
The InceptionResnetV1 model is a deep convolutional neural network used for facial recognition and facial attribute extraction.
|