notsahil commited on
Commit
103cbfe
·
verified ·
1 Parent(s): e07b644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def image_mod(image):
14
  app = gr.Interface(
15
  image_mod,
16
  gr.Image(type="pil"),
17
- gr.Label(),
18
  examples=[
19
  os.path.join(os.path.dirname(__file__), "images/garbage-pickup.jpg"),
20
  os.path.join(os.path.dirname(__file__), "images/litter.jpg"),
 
14
  app = gr.Interface(
15
  image_mod,
16
  gr.Image(type="pil"),
17
+ gr.JSON(),
18
  examples=[
19
  os.path.join(os.path.dirname(__file__), "images/garbage-pickup.jpg"),
20
  os.path.join(os.path.dirname(__file__), "images/litter.jpg"),