breynolds1247 commited on
Commit
34ba3c6
1 Parent(s): 0049c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@
3
  #os.environ['TF_ENABLE_ONEDNN_OPTS'] = '0'
4
 
5
  #Imports
6
- import tensorflow-cpu as tf
7
- from tensorflow-cpu import keras
8
  import matplotlib.pyplot as plt
9
  import tensorflow_hub as hub
10
 
 
3
  #os.environ['TF_ENABLE_ONEDNN_OPTS'] = '0'
4
 
5
  #Imports
6
+ import tensorflow as tf
7
+ from tensorflow import keras
8
  import matplotlib.pyplot as plt
9
  import tensorflow_hub as hub
10