pravin007s commited on
Commit
6908b72
·
verified ·
1 Parent(s): e5fd579

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  transformers==4.31.0 # Hugging Face Transformers library
2
  gradio==3.24.1 # Gradio for the web interface
3
- torch==2.0.1 # PyTorch (if needed for any deep learning tasks)
4
  diffusers==0.19.3 # For Stable Diffusion model handling (if applicable)
5
  Pillow==10.0.1 # For image processing
6
  scipy==1.11.2 # For scientific computing
7
- transformers
8
- sentencepiece
9
- torch # or other dependencies you use
 
 
1
  transformers==4.31.0 # Hugging Face Transformers library
2
  gradio==3.24.1 # Gradio for the web interface
3
+ torch==2.0.1 # PyTorch for deep learning tasks
4
  diffusers==0.19.3 # For Stable Diffusion model handling (if applicable)
5
  Pillow==10.0.1 # For image processing
6
  scipy==1.11.2 # For scientific computing
7
+ sentencepiece # Required by certain Hugging Face models for tokenization
8
+ aiohttp==3.8.5 # For asynchronous HTTP requests (used in async functions)
9
+ matplotlib==3.7.2 # For displaying images with pyplot
10
+ huggingface-hub==0.15.1 # To interact with Hugging Face Hub