Spaces:
Running
on
Zero
Running
on
Zero
SingleZombie
commited on
Commit
•
593294b
1
Parent(s):
e7b5b93
update path
Browse files
app.py
CHANGED
@@ -51,15 +51,15 @@ huggingface_hub.hf_hub_download('SingleZombie/FRESCO',
|
|
51 |
local_dir='data')
|
52 |
|
53 |
huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
54 |
-
'gmflow_sintel-0c07dcb3.pth',
|
55 |
local_dir='model')
|
56 |
|
57 |
huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
58 |
-
'epoch_resnet.pth',
|
59 |
local_dir='model')
|
60 |
|
61 |
huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
62 |
-
'ebsynth',
|
63 |
local_dir='src/ebsynth/deps/ebsynth/bin')
|
64 |
|
65 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
|
|
51 |
local_dir='data')
|
52 |
|
53 |
huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
54 |
+
'models/gmflow_sintel-0c07dcb3.pth',
|
55 |
local_dir='model')
|
56 |
|
57 |
huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
58 |
+
'models/epoch_resnet.pth',
|
59 |
local_dir='model')
|
60 |
|
61 |
huggingface_hub.hf_hub_download('PKUWilliamYang/Rerender',
|
62 |
+
'models/ebsynth',
|
63 |
local_dir='src/ebsynth/deps/ebsynth/bin')
|
64 |
|
65 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|