File size: 453 Bytes
6f0237b
 
 
 
 
 
 
 
b333ba5
6f0237b
 
 
 
 
b333ba5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "basic-name-recognition"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "gradio>=5.46.0",
    "torch>=2.8.0",
    "transformers>=4.56.1",
]

[tool.pyrefly]
disable-type-errors-in-ide = false

[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true

[tool.uv.sources]
torch = [
    { index = "pytorch-cpu" },
]