Spaces:
Runtime error
Runtime error
nisharg nargund
commited on
Commit
·
f8d3988
1
Parent(s):
247a01c
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
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
|