Spaces:
Running
on
Zero
Running
on
Zero
SingleZombie
commited on
Commit
•
e8fbf78
1
Parent(s):
b3932f2
update path
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
|
65 |
local_dir='./')
|
66 |
|
67 |
os.symlink('models', 'model')
|
68 |
-
os.symlink('models', 'src/ebsynth/deps/ebsynth/bin')
|
69 |
|
70 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
71 |
|
|
|
65 |
local_dir='./')
|
66 |
|
67 |
os.symlink('models', 'model')
|
68 |
+
os.symlink(os.path.abspath(os.readlink('models/ebsynth')), 'src/ebsynth/deps/ebsynth/bin/ebsynth')
|
69 |
|
70 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
71 |
|