rajatsingh0702 commited on
Commit
43403fa
·
verified ·
1 Parent(s): adc3811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.