Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
b9cfa97
1
Parent(s):
72c725a
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from keras.models import load_model
|
|
3 |
import gradio as gr
|
4 |
from matplotlib import pyplot as plt
|
5 |
import cv2
|
|
|
6 |
model = load_model('eee.keras')
|
7 |
|
8 |
def image_mod(image_mod):
|
|
|
3 |
import gradio as gr
|
4 |
from matplotlib import pyplot as plt
|
5 |
import cv2
|
6 |
+
import numpy as np
|
7 |
model = load_model('eee.keras')
|
8 |
|
9 |
def image_mod(image_mod):
|