Pawntoqueen commited on
Commit
b3fb459
1 Parent(s): d960694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ test_metric = np.load(os.path.join(model_dir, 'metric_test.npy'))
41
  def segment(image):
42
  pass # Implement your image segmentation model here...
43
 
44
- gr.Interface(fn=segment, inputs="image", outputs="image", examples = ["liverdcm.dcm"]).launch()
45
 
 
41
  def segment(image):
42
  pass # Implement your image segmentation model here...
43
 
44
+ gr.Interface(fn=segment, inputs="image", outputs="image", examples = ["liver.jpg"]).launch()
45