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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ gr.Interface(
12
  inputs=gr.Image(shape=(1080, None), type="pil", label="Upload Astrophotography image"),
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()
 
12
  inputs=gr.Image(shape=(1080, None), type="pil", label="Upload Astrophotography image"),
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()