segestic commited on
Commit
73a347f
1 Parent(s): f1594b8

Update app.py

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