John6666 commited on
Commit
5d42610
1 Parent(s): 00150bd

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +2 -1
  3. requirements.txt +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏆😻
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
- sdk_version: 5.0.2
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 5.1.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
app.py CHANGED
@@ -701,7 +701,8 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
701
  label="LoRA Gallery",
702
  allow_preview=False,
703
  columns=5,
704
- elem_id="gallery"
 
705
  )
706
  with gr.Group():
707
  with gr.Row(elem_id="custom_lora_structure"):
 
701
  label="LoRA Gallery",
702
  allow_preview=False,
703
  columns=5,
704
+ elem_id="gallery",
705
+ show_share_button=False
706
  )
707
  with gr.Group():
708
  with gr.Row(elem_id="custom_lora_structure"):
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  torch
2
- git+https://github.com/huggingface/diffusers.git@4010c45e08a15658cf51cb115c7db435cd6c52a1
3
  git+https://github.com/huggingface/transformers.git
4
  git+https://github.com/huggingface/peft.git
 
5
  sentencepiece
6
  torchvision
7
  huggingface_hub
@@ -15,4 +16,3 @@ deepspeed
15
  mediapipe
16
  openai==1.37.0
17
  translatepy
18
- accelerate
 
1
  torch
2
+ git+https://github.com/huggingface/diffusers.git
3
  git+https://github.com/huggingface/transformers.git
4
  git+https://github.com/huggingface/peft.git
5
+ git+https://github.com/huggingface/accelerate.git
6
  sentencepiece
7
  torchvision
8
  huggingface_hub
 
16
  mediapipe
17
  openai==1.37.0
18
  translatepy