Update app.py - added IM-0001-0001.jpeg as an example
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ label = gr.Label()
|
|
56 |
|
57 |
# Example images to demonstrate the model's predictions
|
58 |
examples = [
|
59 |
-
['
|
60 |
['person159_bacteria_747.jpeg'],
|
61 |
['person1618_virus_2805.jpeg'],
|
62 |
]
|
|
|
56 |
|
57 |
# Example images to demonstrate the model's predictions
|
58 |
examples = [
|
59 |
+
['IM-0001-0001.jpeg'],
|
60 |
['person159_bacteria_747.jpeg'],
|
61 |
['person1618_virus_2805.jpeg'],
|
62 |
]
|