Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import tensorflow as tf
|
|
| 2 |
import numpy as np
|
| 3 |
import streamlit as st
|
| 4 |
from PIL import Image
|
| 5 |
-
import keras
|
| 6 |
import os
|
| 7 |
|
| 8 |
os.environ["KERAS_BACKEND"] = "tensorflow"
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import streamlit as st
|
| 4 |
from PIL import Image
|
|
|
|
| 5 |
import os
|
| 6 |
|
| 7 |
os.environ["KERAS_BACKEND"] = "tensorflow"
|