Spaces:
Runtime error
Runtime error
| [project] | |
| name = "ko-review" | |
| version = "0.1.0" | |
| description = "์ํ ๋ฆฌ๋ทฐ ์ ์ ํ๋ณ๊ธฐ - ๊ธ์ /๋ถ์ ๊ฐ์ฑ ๋ถ์ ๋๊ตฌ" | |
| readme = "README.md" | |
| requires-python = ">=3.9" | |
| dependencies = [ | |
| "gradio", | |
| "datasets", | |
| "transformers", | |
| "torch", | |
| "pandas>=2.2.0", | |
| "numpy>=1.26,<2.0", | |
| "fasttext", | |
| ] | |
| [project.optional-dependencies] | |
| dev = [] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = [] | |
| include = ["app.py"] | |