Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
torch
|
|
|
2 |
omegaconf
|
3 |
-
|
|
|
4 |
gradio
|
5 |
tqdm
|
6 |
-
|
7 |
-
|
8 |
-
torchvision
|
|
|
1 |
torch
|
2 |
+
torchvision
|
3 |
omegaconf
|
4 |
+
Pillow
|
5 |
+
huggingface-hub
|
6 |
gradio
|
7 |
tqdm
|
8 |
+
cloob-training # This is the library you're missing
|
9 |
+
ldm # If it's a specific package for latent diffusion, might need custom install
|
|