Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "academic-paraphraser" | |
version = "0.1.0" | |
description = "" | |
authors = ["HelloRusk <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = ">=3.8,<3.9.7 || >3.9.7,<4.0" | |
faiss-cpu = "^1.7.3" | |
transformers = "^4.26.0" | |
torch = "^1.13.1" | |
streamlit = "^1.17.0" | |
pandas = "^1.5.3" | |
numpy = "^1.24.1" | |
[tool.poetry.dev-dependencies] | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" |