Commit
·
acbca47
1
Parent(s):
990226e
Add gradio_client to project dependencies
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -7,6 +7,7 @@ requires-python = ">=3.6"
|
|
7 |
dependencies = [
|
8 |
"huggingface_hub",
|
9 |
"huggingface_hub[hf_transfer]",
|
|
|
10 |
]
|
11 |
authors = [
|
12 |
{ name="Sushant Gautam", email="[email protected]" },
|
|
|
7 |
dependencies = [
|
8 |
"huggingface_hub",
|
9 |
"huggingface_hub[hf_transfer]",
|
10 |
+
"gradio_client"
|
11 |
]
|
12 |
authors = [
|
13 |
{ name="Sushant Gautam", email="[email protected]" },
|