seokochin commited on
Commit
0434852
·
1 Parent(s): 12fdeba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- pip install transformers
2
- pip install gradio
3
- pip install torch
4
- pip install torchvision
5
- pip install diffusers
 
1
+ transformers
2
+ torch
3
+ gradio
4
+ torchvision
5
+ diffusers