professorbrat commited on
Commit
817d742
1 Parent(s): 3bff423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import tensorflow as tf
 
2
 
3
  nomanet = tf.keras.models.load_model("Nomanet.h5")
4
 
 
1
  import tensorflow as tf
2
+ import numpy as np
3
 
4
  nomanet = tf.keras.models.load_model("Nomanet.h5")
5