Bigshot commited on
Commit
55effaa
1 Parent(s): 962bec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.sytem('pip install tensorflow')
3
  import tensorflow as tf
4
  from tensorflow import keras
5
  import numpy as np
 
1
  import os
2
+ os.system('pip install tensorflow')
3
  import tensorflow as tf
4
  from tensorflow import keras
5
  import numpy as np