Spaces:
Runtime error
Runtime error
fix readme
Browse files
README.md
CHANGED
|
@@ -1,27 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
[ ] Ensure models are pre-downloaded to speed up inference
|
| 17 |
-
|
| 18 |
-
[ ] When supporting the transformer models, we should pre-install the dependencies to avoid it happening at runtime.
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
## Installation
|
| 22 |
-
|
| 23 |
-
```shell
|
| 24 |
-
conda create --name textdesc python==3.11
|
| 25 |
-
pip install textdescriptives streamlit watchdog
|
| 26 |
-
streamlit main.py
|
| 27 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Textdescriptives
|
| 3 |
+
emoji: 📈
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.19.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
tags: [NLP, feature extraction]
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|