mgbam commited on
Commit
23d4632
·
verified ·
1 Parent(s): 32b08ff

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,7 +1,11 @@
1
- altair
2
- pandas
3
  streamlit
4
  google-generativeai
5
  Pillow
6
  moviepy
7
- # Add other image generation model libraries if you go that route, e.g., diffusers, transformers
 
 
 
 
 
 
 
 
 
1
  streamlit
2
  google-generativeai
3
  Pillow
4
  moviepy
5
+ # For actual image generation (examples, choose one or more if you integrate):
6
+ # diffusers
7
+ # transformers
8
+ # torch
9
+ # torchvision
10
+ # accelerate
11
+ # invisible-watermark # Often needed for Stable Diffusion