Clocksp commited on
Commit
ad1e9d9
·
verified ·
1 Parent(s): ed5eb7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -250,13 +250,10 @@ with gr.Blocks() as demo:
250
  allow_flagging="never"
251
  )
252
 
253
-
254
- gr.Markdown("### Example Images with True Labels")
255
-
256
  example_samples = [
257
- ["images/NORMAL.jpg", "NORMAL"],
258
- ["images/VIRAL.jpg", "VIRAL"],
259
- ["images/BACT.jpg", "BACTERIAL"],
260
  ]
261
 
262
  gr.Dataset(
 
250
  allow_flagging="never"
251
  )
252
 
 
 
 
253
  example_samples = [
254
+ ["images/NORMAL.jpeg", "NORMAL"],
255
+ ["images/VIRAL.jpeg", "VIRAL"],
256
+ ["images/BACT.jpeg", "BACTERIAL"],
257
  ]
258
 
259
  gr.Dataset(