Spaces:
Running
on
Zero
Running
on
Zero
Upload 3 files
Browse files- README.md +1 -1
- app.py +2 -1
- 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
|
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
|
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
|
|