Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +4 -0
pyproject.toml
CHANGED
@@ -5,6 +5,10 @@ description = "Webapp to quantize and convert to ONNX HF models in go and compar
|
|
5 |
authors = ["kartikbhtt7 <[email protected]>"]
|
6 |
readme = "README.md"
|
7 |
|
|
|
|
|
|
|
|
|
8 |
[tool.poetry.dependencies]
|
9 |
python = ">=3.10,<3.12"
|
10 |
gradio = "^4.00.0"
|
|
|
5 |
authors = ["kartikbhtt7 <[email protected]>"]
|
6 |
readme = "README.md"
|
7 |
|
8 |
+
packages = [
|
9 |
+
{ include = "src" }
|
10 |
+
]
|
11 |
+
|
12 |
[tool.poetry.dependencies]
|
13 |
python = ">=3.10,<3.12"
|
14 |
gradio = "^4.00.0"
|