Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -89,7 +89,7 @@ RUN pip install --user \
|
|
| 89 |
# Install Gradio and HuggingFace Hub with compatible versions
|
| 90 |
# These versions are compatible with each other and the rest of the stack
|
| 91 |
RUN pip install --user \
|
| 92 |
-
huggingface_hub==0.
|
| 93 |
gradio==4.44.1
|
| 94 |
|
| 95 |
# Try to install NATTEN (optional)
|
|
|
|
| 89 |
# Install Gradio and HuggingFace Hub with compatible versions
|
| 90 |
# These versions are compatible with each other and the rest of the stack
|
| 91 |
RUN pip install --user \
|
| 92 |
+
huggingface_hub==0.19.3 \
|
| 93 |
gradio==4.44.1
|
| 94 |
|
| 95 |
# Try to install NATTEN (optional)
|