Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
638aabd
1
Parent(s):
0ecca53
update requirements.txt
Browse files- README.md +2 -2
- requirements.txt +2 -0
README.md
CHANGED
@@ -4,9 +4,9 @@ emoji: 📸
|
|
4 |
colorFrom: red
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: apache-2.0
|
11 |
short_description: Flexible Photo Recrafting While Preserving Your Identity
|
12 |
---
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.23.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: apache-2.0
|
11 |
short_description: Flexible Photo Recrafting While Preserving Your Identity
|
12 |
---
|
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
accelerate==1.0.1
|
2 |
diffusers==0.31.0
|
3 |
facexlib==0.3.0
|
|
|
|
|
4 |
httpcore==1.0.7
|
5 |
httpx==0.28.1
|
6 |
huggingface-hub==0.28.1
|
|
|
1 |
accelerate==1.0.1
|
2 |
diffusers==0.31.0
|
3 |
facexlib==0.3.0
|
4 |
+
gradio==5.23.1
|
5 |
+
gradio_client==1.8.0
|
6 |
httpcore==1.0.7
|
7 |
httpx==0.28.1
|
8 |
huggingface-hub==0.28.1
|