Spaces:
Running
on
Zero
Running
on
Zero
εθΉι¨
commited on
Commit
Β·
f01c993
1
Parent(s):
bffe79a
update code
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -698,7 +698,7 @@ def launch_gradio_app():
|
|
698 |
)
|
699 |
gr.HTML(
|
700 |
"""
|
701 |
-
<div style="text-align: left; font-size: 16px; line-height: 1.6; margin-top: 20px; padding: 10px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9;
|
702 |
<strong>π§βπ¨ How to use this demo:</strong>
|
703 |
<ol style="margin-top: 10px; padding-left: 20px;">
|
704 |
<li><strong>Select or upload a source image</strong> β this will be the avatar's face.</li>
|
|
|
698 |
)
|
699 |
gr.HTML(
|
700 |
"""
|
701 |
+
<div style="color: #333; text-align: left; font-size: 16px; line-height: 1.6; margin-top: 20px; padding: 10px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9;">
|
702 |
<strong>π§βπ¨ How to use this demo:</strong>
|
703 |
<ol style="margin-top: 10px; padding-left: 20px;">
|
704 |
<li><strong>Select or upload a source image</strong> β this will be the avatar's face.</li>
|
requirements.txt
CHANGED
@@ -38,4 +38,5 @@ https://download.pytorch.org/whl/cu121/torchvision-0.19.1%2Bcu121-cp310-cp310-li
|
|
38 |
|
39 |
# PyTorch3D from custom index
|
40 |
-f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt241/download.html
|
41 |
-
pytorch3d
|
|
|
|
38 |
|
39 |
# PyTorch3D from custom index
|
40 |
-f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt241/download.html
|
41 |
+
pytorch3d
|
42 |
+
ninja
|