Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
|
|
| 1 |
gradio
|
| 2 |
transformers
|
| 3 |
huggingface_hub
|
| 4 |
-
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Python packages
|
| 2 |
gradio
|
| 3 |
transformers
|
| 4 |
huggingface_hub
|
| 5 |
+
pillow
|
| 6 |
+
torch
|
| 7 |
+
# Additional Python packages for image generation
|
| 8 |
+
transformers[vision]
|
| 9 |
+
torchvision
|