ppicazo commited on
Commit
64ed549
·
1 Parent(s): f5e37ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()