Spaces:
Running
on
T4
Running
on
T4
Commit
·
2acf79f
1
Parent(s):
72d830f
update file path
Browse files- app_texnet.py +2 -1
app_texnet.py
CHANGED
@@ -72,7 +72,8 @@ def create_demo(process):
|
|
72 |
outputs=result,
|
73 |
examples=[
|
74 |
# ["/dgxusers/Users/jyang/project/ObjectReal/data/control/preprocess/bunny/fused/uv_normal.png", "feather"],
|
75 |
-
["./examples/uv_normal.png", "feather"],
|
|
|
76 |
],
|
77 |
)
|
78 |
return demo
|
|
|
72 |
outputs=result,
|
73 |
examples=[
|
74 |
# ["/dgxusers/Users/jyang/project/ObjectReal/data/control/preprocess/bunny/fused/uv_normal.png", "feather"],
|
75 |
+
# ["./examples/uv_normal.png", "feather"],
|
76 |
+
["https://huggingface.co/spaces/jingyangcarl/matgen/resolve/main/examples/uv_normal.png", "feather"]
|
77 |
],
|
78 |
)
|
79 |
return demo
|