nisharg nargund commited on
Commit
f8d3988
·
1 Parent(s): 247a01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
- import tensorflow as tf
2
  import streamlit as st
 
3
  from PIL import Image
4
  import numpy as np
5
  import keras
 
1
+ !pip install tensorflow
2
  import streamlit as st
3
+ import tensorflow as tf
4
  from PIL import Image
5
  import numpy as np
6
  import keras