fccoelho commited on
Commit
335ca5d
·
1 Parent(s): 43ff07d

started managing the project with UV

Browse files
Files changed (2) hide show
  1. .python-version +1 -0
  2. pyproject.toml +10 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
pyproject.toml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "ai4write"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "gradio>=5.14.0",
9
+ "huggingface-hub==0.25.2",
10
+ ]