Andres Johan Florez Gonzalez
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,8 @@ Original file is located at
|
|
17 |
import gradio as gr
|
18 |
from PIL import Image
|
19 |
import os
|
20 |
-
from tensorflow
|
|
|
21 |
import numpy as np
|
22 |
import matplotlib.pyplot as plt
|
23 |
from matplotlib.colors import Normalize
|
|
|
17 |
import gradio as gr
|
18 |
from PIL import Image
|
19 |
import os
|
20 |
+
from tensorflow import keras
|
21 |
+
from keras.models import load_model
|
22 |
import numpy as np
|
23 |
import matplotlib.pyplot as plt
|
24 |
from matplotlib.colors import Normalize
|