Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ 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
|
|
|
|
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
|
12 |
+
tensorguard
|