Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ streamlit==1.21.0
|
|
5 |
diffusers==0.17.0
|
6 |
|
7 |
# Hugging Face Hub for interacting with models
|
8 |
-
|
9 |
|
10 |
# PyTorch (make sure you choose the appropriate version for CPU usage)
|
11 |
torch==1.13.1
|
|
|
5 |
diffusers==0.17.0
|
6 |
|
7 |
# Hugging Face Hub for interacting with models
|
8 |
+
huggingface_hub==0.15.1
|
9 |
|
10 |
# PyTorch (make sure you choose the appropriate version for CPU usage)
|
11 |
torch==1.13.1
|