mgbam commited on
Commit
64a134a
·
verified ·
1 Parent(s): bc9ca80

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
  gradio
2
- transformers
3
- torch
4
- huggingface_hub
5
  google-generativeai
6
- # huggingface_hub # If using InferenceClient
7
- # accelerate # For optimizing model loading with transformers pipeline
8
- # bitsandbytes # For 4-bit/8-bit quantization if needed
 
 
 
1
  gradio
 
 
 
2
  google-generativeai
3
+ huggingface_hub # Still good for HF text as fallback
4
+ Pillow
5
+ openai # For DALL-E image generation
6
+ requests
7
+ python-dotenv