aryanshh commited on
Commit
89610a4
·
1 Parent(s): 329190a

Add .gitignore, update README with real Space URL

Browse files
Files changed (2) hide show
  1. .gitignore +9 -0
  2. 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/your-username/openenv-email-triage](https://huggingface.co/spaces/your-username/openenv-email-triage)
 
191
 
192
  ## HF Space
193
 
194
+ Live demo: [https://huggingface.co/spaces/aryanshh/openenv-email-triage](https://huggingface.co/spaces/aryanshh/openenv-email-triage)