hughustla commited on
Commit
75f27b0
1 Parent(s): c9f9460

Copy poetry from Jay repo

Browse files
Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +3 -3
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
pyproject.toml CHANGED
@@ -1,8 +1,8 @@
1
  [tool.poetry]
2
- name = "text_summarisation_demo"
3
  version = "0.1.0"
4
- description = ""
5
- authors = ["swhustla <fdkelly@gmail.com>"]
6
 
7
  [tool.poetry.dependencies]
8
  python = ">=3.9,<3.11"
1
  [tool.poetry]
2
+ name = "gradio-screen"
3
  version = "0.1.0"
4
+ description = "screen to showcase output of text summarization"
5
+ authors = ["Your Name <you@example.com>"]
6
 
7
  [tool.poetry.dependencies]
8
  python = ">=3.9,<3.11"