Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -5,5 +5,6 @@ Pillow
|
|
5 |
huggingface-hub
|
6 |
gradio
|
7 |
tqdm
|
8 |
-
|
9 |
-
|
|
|
|
5 |
huggingface-hub
|
6 |
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
|