Spaces:
Build error
Build error
Commit
·
88468ae
1
Parent(s):
c7a840d
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
import tensorflow.keras as K
|
2 |
-
from tensorflow.keras import layers
|
|
|
|
|
|
|
3 |
|
4 |
import os
|
5 |
import tensorflow as tf
|
|
|
1 |
+
#import tensorflow.keras as K
|
2 |
+
#from tensorflow.keras import layers
|
3 |
+
|
4 |
+
import tensorflow.python.keras as K
|
5 |
+
from tensorflow.python.keras import layers
|
6 |
|
7 |
import os
|
8 |
import tensorflow as tf
|