muhammadhamza-stack commited on
Commit
ea2f994
·
1 Parent(s): 8784ab7

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,8 +95,8 @@ with gr.Blocks(title="Malaria Cell Segmentation Tool") as demo:
95
  output_image = gr.Image(type="pil", label="Step 3: Predicted Masks", width=600, height=600)
96
 
97
 
98
- gr.markdown("---")
99
- gr.markdown("## Example Images")
100
  gr.Examples(
101
  examples=["data/1.png", "data/2.png", "data/3.png"],
102
  inputs=input_image,
 
95
  output_image = gr.Image(type="pil", label="Step 3: Predicted Masks", width=600, height=600)
96
 
97
 
98
+ gr.Markdown("---")
99
+ gr.Markdown("## Example Images")
100
  gr.Examples(
101
  examples=["data/1.png", "data/2.png", "data/3.png"],
102
  inputs=input_image,