Spaces:
Configuration error
Configuration error
requirements moved to requirements.txt
Browse files- huggingface_hub fix
- faster installation
- install.json +0 -1
install.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 5 |
"venv": "venv",
|
| 6 |
"message": [
|
| 7 |
"{{pip.install.torch}}",
|
| 8 |
-
"pip install gradio huggingface_hub gradio gradio_client",
|
| 9 |
"pip install -r requirements.txt"
|
| 10 |
]
|
| 11 |
}
|
|
|
|
| 5 |
"venv": "venv",
|
| 6 |
"message": [
|
| 7 |
"{{pip.install.torch}}",
|
|
|
|
| 8 |
"pip install -r requirements.txt"
|
| 9 |
]
|
| 10 |
}
|