Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ gradio
|
|
7 |
tqdm
|
8 |
transformers # For CLIP
|
9 |
vqvae # Assuming this package exists or is custom
|
10 |
-
diffusion-models # Assuming this package exists or is custom
|
|
|
|
7 |
tqdm
|
8 |
transformers # For CLIP
|
9 |
vqvae # Assuming this package exists or is custom
|
10 |
+
diffusion-models # Assuming this package exists or is custom
|
11 |
+
pytorch_lightning
|