Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt (#3)
Browse files- Update requirements.txt (87c78466bc3287d0656c32463eabf97512c1b005)
- Update README.md (68d5ba715df7299e42595857b2b6eee314692a81)
- README.md +1 -1
- requirements.txt +3 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: π
ποΈ
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: Multi image composition with Qwen Image Edit
|
|
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: Multi image composition with Qwen Image Edit
|
requirements.txt
CHANGED
|
@@ -7,4 +7,6 @@ safetensors
|
|
| 7 |
sentencepiece
|
| 8 |
dashscope
|
| 9 |
torchvision
|
| 10 |
-
peft
|
|
|
|
|
|
|
|
|
| 7 |
sentencepiece
|
| 8 |
dashscope
|
| 9 |
torchvision
|
| 10 |
+
peft
|
| 11 |
+
https://gradio-pypi-previews.s3.amazonaws.com/e126fc1b1203956f38e71573427780ebeeb03df5/gradio-5.44.0-py3-none-any.whl
|
| 12 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@e126fc1b1203956f38e71573427780ebeeb03df5#subdirectory=client/python
|