LPX55
commited on
Commit
·
75c8f73
1
Parent(s):
f78b194
Add .python-version, pyproject.toml, and update .gitignore; modify README and requirements
Browse files- .gitignore +2 -0
- .python-version +1 -0
.gitignore
CHANGED
@@ -13,4 +13,6 @@ models/*
|
|
13 |
hf_inference_logs/*.json
|
14 |
hf_inference_logs/*
|
15 |
.gradio/flagged/*
|
|
|
|
|
16 |
.venv
|
|
|
13 |
hf_inference_logs/*.json
|
14 |
hf_inference_logs/*
|
15 |
.gradio/flagged/*
|
16 |
+
.venv
|
17 |
+
|
18 |
.venv
|
.python-version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
3.11
|