Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def process(img_path):
|
|
47 |
examples = [["./examples/" + img] for img in sorted(os.listdir("./examples/"))]
|
48 |
description = '''
|
49 |
# PIFu Clothed Human Digitization
|
50 |
-
|
51 |
<base target="_blank">
|
52 |
|
53 |
This is a demo for <a href="https://github.com/shunsukesaito/PIFu" target="_blank"> PIFu model </a>.
|
|
|
47 |
examples = [["./examples/" + img] for img in sorted(os.listdir("./examples/"))]
|
48 |
description = '''
|
49 |
# PIFu Clothed Human Digitization
|
50 |
+
#### PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization
|
51 |
<base target="_blank">
|
52 |
|
53 |
This is a demo for <a href="https://github.com/shunsukesaito/PIFu" target="_blank"> PIFu model </a>.
|