Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,6 @@ gr.Interface(
|
|
13 |
outputs=gr.Label(num_top_classes=5),
|
14 |
title="Astrophotography Object Classifier",
|
15 |
allow_flagging="manual"
|
|
|
|
|
16 |
).launch()
|
|
|
13 |
outputs=gr.Label(num_top_classes=5),
|
14 |
title="Astrophotography Object Classifier",
|
15 |
allow_flagging="manual"
|
16 |
+
examples=["examples/Andromeda.jpg","examples/Heart.jpg","examples/Pleiades.jpg","examples/Rosette.jpg"]
|
17 |
+
cache_examples=True
|
18 |
).launch()
|