Update app.py
Browse files
app.py
CHANGED
|
@@ -251,9 +251,9 @@ iface = gr.Interface(
|
|
| 251 |
gr.Markdown("### Example Images with True Labels")
|
| 252 |
|
| 253 |
example_samples = [
|
| 254 |
-
["images/NORMAL.
|
| 255 |
-
["images/VIRAL.
|
| 256 |
-
["images/BACT.
|
| 257 |
]
|
| 258 |
|
| 259 |
gr.Dataset(
|
|
|
|
| 251 |
gr.Markdown("### Example Images with True Labels")
|
| 252 |
|
| 253 |
example_samples = [
|
| 254 |
+
["images/NORMAL.jpeg", "NORMAL"],
|
| 255 |
+
["images/VIRAL.jpeg", "VIRAL"],
|
| 256 |
+
["images/BACT.jpeg", "BACTERIAL"],
|
| 257 |
]
|
| 258 |
|
| 259 |
gr.Dataset(
|