Spaces:
Sleeping
Sleeping
Add .gitignore, update README with real Space URL
Browse files- .gitignore +9 -0
- README.md +1 -1
.gitignore
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
.hypothesis/
|
| 5 |
+
.pytest_cache/
|
| 6 |
+
*.egg-info/
|
| 7 |
+
dist/
|
| 8 |
+
build/
|
| 9 |
+
.env
|
README.md
CHANGED
|
@@ -191,4 +191,4 @@ docker run -p 7860:7860 openenv-email-triage
|
|
| 191 |
|
| 192 |
## HF Space
|
| 193 |
|
| 194 |
-
Live demo: [https://huggingface.co/spaces/
|
|
|
|
| 191 |
|
| 192 |
## HF Space
|
| 193 |
|
| 194 |
+
Live demo: [https://huggingface.co/spaces/aryanshh/openenv-email-triage](https://huggingface.co/spaces/aryanshh/openenv-email-triage)
|