Commit
·
63a9f6c
1
Parent(s):
8d6c035
Pin gradio_client dependency to version 1.3.0 in pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -7,7 +7,7 @@ requires-python = ">=3.6"
|
|
7 |
dependencies = [
|
8 |
"huggingface_hub",
|
9 |
"huggingface_hub[hf_transfer]",
|
10 |
-
"gradio_client"
|
11 |
]
|
12 |
authors = [
|
13 |
{ name="Sushant Gautam", email="[email protected]" },
|
|
|
7 |
dependencies = [
|
8 |
"huggingface_hub",
|
9 |
"huggingface_hub[hf_transfer]",
|
10 |
+
"gradio_client==1.3.0"
|
11 |
]
|
12 |
authors = [
|
13 |
{ name="Sushant Gautam", email="[email protected]" },
|