VikramxD commited on
Commit
383d983
1 Parent(s): 7081618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -6,7 +6,7 @@
6
 
7
  import numpy as np
8
  import tensorflow as tf
9
- import tensorflow_hub as hub
10
  import sklearn
11
  import random
12
  import matplotlib.pyplot as plt
@@ -16,10 +16,6 @@ import requests
16
  # In[83]:
17
 
18
 
19
- print("TF version:", tf.__version__)
20
- print("Hub version:", hub.__version__)
21
- print("GPU is", "available" if tf.config.list_physical_devices('GPU') else "NOT AVAILABLE")
22
-
23
 
24
  # In[94]:
25
 
 
6
 
7
  import numpy as np
8
  import tensorflow as tf
9
+
10
  import sklearn
11
  import random
12
  import matplotlib.pyplot as plt
 
16
  # In[83]:
17
 
18
 
 
 
 
 
19
 
20
  # In[94]:
21