Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -56,14 +56,16 @@ An LSTM Autoencoder is trained on 'normal' time series data.
|
|
56 |
You can interact with the model primarily through the Hugging Face Space or the Colab Notebook.
|
57 |
|
58 |
---
|
59 |
-
title:
|
60 |
-
emoji:
|
61 |
-
colorFrom:
|
62 |
-
colorTo:
|
63 |
-
sdk:
|
64 |
-
sdk_version:
|
65 |
app_file: app.py
|
66 |
pinned: false
|
|
|
|
|
67 |
---
|
68 |
|
69 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
56 |
You can interact with the model primarily through the Hugging Face Space or the Colab Notebook.
|
57 |
|
58 |
---
|
59 |
+
title: LSTMAE
|
60 |
+
emoji: 👀
|
61 |
+
colorFrom: pink
|
62 |
+
colorTo: indigo
|
63 |
+
sdk: gradio
|
64 |
+
sdk_version: 5.23.3
|
65 |
app_file: app.py
|
66 |
pinned: false
|
67 |
+
license: apache-2.0
|
68 |
+
short_description: 'LSTM based Autoencoder '
|
69 |
---
|
70 |
|
71 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|