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

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 = ["liver.jpg"]).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.png"]).launch()
45