venkataseetharam commited on
Commit
8bec0eb
·
1 Parent(s): b40cd09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@
3
 
4
  # In[3]:
5
 
6
- #import numpy as np
7
  import tensorflow as tf
8
  from tensorflow.keras.applications.resnet50 import ResNet50
9
  from tensorflow.keras.applications.resnet50 import preprocess_input
 
3
 
4
  # In[3]:
5
 
6
+ import numpy as np
7
  import tensorflow as tf
8
  from tensorflow.keras.applications.resnet50 import ResNet50
9
  from tensorflow.keras.applications.resnet50 import preprocess_input