or4cl3ai commited on
Commit
b3495f4
1 Parent(s): 1fee7bd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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