jingyangcarl commited on
Commit
2acf79f
·
1 Parent(s): 72d830f

update file path

Browse files
Files changed (1) hide show
  1. 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