Spaces:
Configuration error
Configuration error
huggingface_hub fix (#1)
Browse files- huggingface_hub fix (1db4d188b5953feb83b129117df7a5886ef3c552)
Co-authored-by: Morpheus <[email protected]>
- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
diffusers==0.21.0
|
| 2 |
accelerate
|
| 3 |
transformers
|
|
|
|
| 4 |
#torch
|
| 5 |
#torchvision
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
gradio
|
| 3 |
+
gradio-client
|
| 4 |
diffusers==0.21.0
|
| 5 |
accelerate
|
| 6 |
transformers
|
| 7 |
+
matplotlib
|
| 8 |
#torch
|
| 9 |
#torchvision
|