Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -6,14 +6,12 @@ requests==2.31.0
|
|
6 |
wikipedia==1.4.0
|
7 |
|
8 |
# PyTorch
|
9 |
-
# If you're on GPU, replace "cpu" with the appropriate CUDA or MPS package, e.g.:
|
10 |
-
# pip install torch==2.0.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|
11 |
torch==2.0.1
|
12 |
|
13 |
# Hugging Face Ecosystem
|
14 |
transformers==4.31.0
|
15 |
-
huggingface_hub==0.
|
16 |
-
diffusers==0.19.3
|
17 |
accelerate==0.20.3 # optional but often needed for device_map="auto"
|
18 |
|
19 |
# Real-ESRGAN and Dependencies
|
|
|
6 |
wikipedia==1.4.0
|
7 |
|
8 |
# PyTorch
|
|
|
|
|
9 |
torch==2.0.1
|
10 |
|
11 |
# Hugging Face Ecosystem
|
12 |
transformers==4.31.0
|
13 |
+
huggingface_hub==0.15.1 # Updated version
|
14 |
+
diffusers==0.19.3
|
15 |
accelerate==0.20.3 # optional but often needed for device_map="auto"
|
16 |
|
17 |
# Real-ESRGAN and Dependencies
|