John6666 commited on
Commit
5776bac
·
verified ·
1 Parent(s): 4860aa7

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +6 -3
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏆😻
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.24.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 5.31.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
  torch==2.4.0
2
  torchao>=0.9.0
3
- git+https://github.com/huggingface/diffusers.git
 
4
  transformers==4.48.3
5
- git+https://github.com/huggingface/peft.git
6
- git+https://github.com/huggingface/accelerate.git
 
 
7
  sentencepiece
8
  torchvision
9
  huggingface_hub
 
1
  torch==2.4.0
2
  torchao>=0.9.0
3
+ #git+https://github.com/huggingface/diffusers.git
4
+ diffusers
5
  transformers==4.48.3
6
+ #git+https://github.com/huggingface/peft.git
7
+ peft
8
+ #git+https://github.com/huggingface/accelerate.git
9
+ accelerate
10
  sentencepiece
11
  torchvision
12
  huggingface_hub