File size: 515 Bytes
5a60200
75f27b0
5a60200
75f27b0
 
5a60200
 
 
 
 
 
 
 
 
 
 
c9f9460
5a60200
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "gradio-screen"
version = "0.1.0"
description = "screen to showcase output of text summarization"
authors = ["Your Name <you@example.com>"]

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
gradio = "pytextrank"
Jinja2 = "^3.0.3"
pytextrank = "^3.2.3"
huggingface = "^0.0.1"
transformers = {extras = ["pytorch"], version = "^4.17.0"}
torch = "^1.11.0"

[tool.poetry.dev-dependencies]
pytest = "black"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"