Rehman1603 commited on
Commit
f4c90d7
1 Parent(s): ac08cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import cv2
3
  import gradio as gr
4
 
5
 
6
- intestine_model=load_model('/content/drive/MyDrive/Intestine_model.h5')
7
  intestine_class_name={0:'Healthy',1:'Intestine have ulcer button'}
8
 
9
  def predict_intestine(img):
 
3
  import gradio as gr
4
 
5
 
6
+ intestine_model=load_model('Intestine_model.h5')
7
  intestine_class_name={0:'Healthy',1:'Intestine have ulcer button'}
8
 
9
  def predict_intestine(img):