Spaces:
Runtime error
Runtime error
Copy poetry from Jay repo
Browse files- poetry.lock +0 -0
- 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 = "
|
| 3 |
version = "0.1.0"
|
| 4 |
-
description = ""
|
| 5 |
-
authors = ["
|
| 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"
|