Pawntoqueen commited on
Commit
d960694
1 Parent(s): 293f67b
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.png"]).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 = ["liverdcm.dcm"]).launch()
45