Spaces:
Runtime error
Runtime error
Nadine Rueegg
commited on
Commit
·
5fb530c
1
Parent(s):
dd42877
change image order
Browse files- scripts/gradio_demo.py +1 -1
scripts/gradio_demo.py
CHANGED
@@ -64,7 +64,7 @@ from combined_model.loss_utils.loss_laplacian_mesh_comparison import LaplacianCT
|
|
64 |
from graph_networks import graphcmr # .utils_mesh import Mesh
|
65 |
from stacked_hourglass.utils.visualization import save_input_image_with_keypoints, save_input_image
|
66 |
|
67 |
-
random.seed(
|
68 |
|
69 |
print(
|
70 |
"torch: ", torch.__version__,
|
|
|
64 |
from graph_networks import graphcmr # .utils_mesh import Mesh
|
65 |
from stacked_hourglass.utils.visualization import save_input_image_with_keypoints, save_input_image
|
66 |
|
67 |
+
random.seed(2)
|
68 |
|
69 |
print(
|
70 |
"torch: ", torch.__version__,
|