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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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" or ), or Use *our trained model*.
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