Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import numpy as np
|
4 |
from tensorflow.keras.models import load_model
|
5 |
import cv2
|
6 |
-
|
7 |
|
8 |
def image_predict (image):
|
9 |
model_path = 'resnet_ct.h5'
|
|
|
3 |
import numpy as np
|
4 |
from tensorflow.keras.models import load_model
|
5 |
import cv2
|
6 |
+
###
|
7 |
|
8 |
def image_predict (image):
|
9 |
model_path = 'resnet_ct.h5'
|