terryyz commited on
Commit
25fa737
·
verified ·
1 Parent(s): fe2c1d5

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ torch
3
+ torchvision
4
+ torchaudio
5
+ git+https://github.com/huggingface/diffusers
6
+ git+https://github.com/huggingface/transformers
7
+ sentencepiece
8
+ accelerate
9
+ tokenizers
10
+ requests
11
+ Pillow
12
+ numpy
13
+ scipy
14
+ typing_extensions