Alesteba commited on
Commit
0b11f48
1 Parent(s): b369cdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)