reab5555 commited on
Commit
b050cfe
·
verified ·
1 Parent(s): 8cd5956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- <img src="appendix/Anomay Detection.png" width="1050" alt="alt text">
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
+ ![Example Image](appendix/Anomay Detection.png)
128
 
129
  ## InceptionResnetV1
130
  The InceptionResnetV1 model is a deep convolutional neural network used for facial recognition and facial attribute extraction.