Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
17a19f0
1
Parent(s):
d0847a7
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,6 @@ import argparse
|
|
19 |
import os
|
20 |
import logging
|
21 |
|
22 |
-
print('torch_version', torch.version.cuda)
|
23 |
-
|
24 |
import numpy as np
|
25 |
import torch
|
26 |
from PIL import Image
|
@@ -77,7 +75,6 @@ def depth_normal(img,
|
|
77 |
seed,
|
78 |
domain):
|
79 |
|
80 |
-
print('torch_version', torch.version.cuda)
|
81 |
seed = int(seed)
|
82 |
if seed >= 0:
|
83 |
torch.manual_seed(seed)
|
|
|
19 |
import os
|
20 |
import logging
|
21 |
|
|
|
|
|
22 |
import numpy as np
|
23 |
import torch
|
24 |
from PIL import Image
|
|
|
75 |
seed,
|
76 |
domain):
|
77 |
|
|
|
78 |
seed = int(seed)
|
79 |
if seed >= 0:
|
80 |
torch.manual_seed(seed)
|