Spaces:
Runtime error
Runtime error
Commit
·
8bec0eb
1
Parent(s):
b40cd09
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
# In[3]:
|
5 |
|
6 |
-
|
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
|