Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
def image_predict (image_pt):
|
5 |
-
model_path = 'model/resnet_ct.h5'
|
|
|
6 |
h5_model = load_model(model_path)
|
7 |
|
8 |
#OLD IMAGE
|
|
|
2 |
|
3 |
|
4 |
def image_predict (image_pt):
|
5 |
+
#model_path = 'model/resnet_ct.h5'
|
6 |
+
model_path = 'resnet_ct.h5'
|
7 |
h5_model = load_model(model_path)
|
8 |
|
9 |
#OLD IMAGE
|