ppicazo commited on
Commit
3160c4d
·
verified ·
1 Parent(s): 64af1ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def process_image(image):
18
  gr.Interface(
19
  predict,
20
  fn=process_image,
21
- inputs=gr.Image(image_size=(1080, None), type="pil", label="Upload Astrophotography image"),
22
  outputs=gr.Label(num_top_classes=5),
23
  title="Astrophotography Object Classifier",
24
  allow_flagging="manual",
 
18
  gr.Interface(
19
  predict,
20
  fn=process_image,
21
+ inputs=gr.Image(type="pil", label="Upload Astrophotography image"),
22
  outputs=gr.Label(num_top_classes=5),
23
  title="Astrophotography Object Classifier",
24
  allow_flagging="manual",