Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
Β·
435be46
1
Parent(s):
0a815ee
Update gradio = "3.1.1" in pyproject.toml
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -14,6 +14,7 @@ python = "^3.7"
|
|
14 |
logzero = "^1.7.0"
|
15 |
transformers = "^4.9.0"
|
16 |
torch = {version = "^1.9.0", python = "^3.7", platform = "linux"}
|
|
|
17 |
|
18 |
[tool.poe.executor]
|
19 |
type = "poetry"
|
|
|
14 |
logzero = "^1.7.0"
|
15 |
transformers = "^4.9.0"
|
16 |
torch = {version = "^1.9.0", python = "^3.7", platform = "linux"}
|
17 |
+
gradio = "^3.1.1"
|
18 |
|
19 |
[tool.poe.executor]
|
20 |
type = "poetry"
|