Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import tensorflow as tf
|
|
3 |
import numpy as np
|
4 |
|
5 |
from transformations import *
|
|
|
6 |
|
7 |
# Setting random seed to obtain reproducible results.
|
8 |
tf.random.set_seed(42)
|
|
|
3 |
import numpy as np
|
4 |
|
5 |
from transformations import *
|
6 |
+
from rendering import *
|
7 |
|
8 |
# Setting random seed to obtain reproducible results.
|
9 |
tf.random.set_seed(42)
|