Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -485,7 +485,7 @@ iface = gr.Interface(
|
|
485 |
gr.Gallery(label="Anomaly Plots"),
|
486 |
"file",
|
487 |
],
|
488 |
-
title="Your own Anomaly Detector",
|
489 |
description="""
|
490 |
### Fully Unsupervised Anomaly Detection Tool (uses Bidirectional based Autoencoder with skip conn. and Dropout Layers)
|
491 |
##### Download *"Result.zip"* (contains model.pkl, dataset images, output images) to download the results from Right Bottom.
|
|
|
485 |
gr.Gallery(label="Anomaly Plots"),
|
486 |
"file",
|
487 |
],
|
488 |
+
title="Your own Anomaly Detector(LSTM based Autoencoder)",
|
489 |
description="""
|
490 |
### Fully Unsupervised Anomaly Detection Tool (uses Bidirectional based Autoencoder with skip conn. and Dropout Layers)
|
491 |
##### Download *"Result.zip"* (contains model.pkl, dataset images, output images) to download the results from Right Bottom.
|