segestic commited on
Commit
b5695f2
·
1 Parent(s): 49db14d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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