Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -489,7 +489,7 @@ iface = gr.Interface(
|
|
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.
|
492 |
-
Upload a *CSV file* (Custom Anomalies Detection: Use Output Column: "Label"
|
493 |
"""
|
494 |
)
|
495 |
|
|
|
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.
|
492 |
+
Upload a *CSV file* (Custom Anomalies Detection: Use Output Column: "Label"), or Use *our trained model*.
|
493 |
"""
|
494 |
)
|
495 |
|