fbadine commited on
Commit
3c22726
1 Parent(s): 98e816c

Update app.py

Browse files

Adding a new sample to the list of samples on the space demo

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -79,6 +79,7 @@ if __name__ == "__main__":
79
  os.path.join(os.path.curdir, "examples", "sample1.jpg"),
80
  os.path.join(os.path.curdir, "examples", "sample2.jpg"),
81
  os.path.join(os.path.curdir, "examples", "sample3.jpg"),
 
82
  ],
83
  inputs=image_input,
84
  outputs=lbl_output,
 
79
  os.path.join(os.path.curdir, "examples", "sample1.jpg"),
80
  os.path.join(os.path.curdir, "examples", "sample2.jpg"),
81
  os.path.join(os.path.curdir, "examples", "sample3.jpg"),
82
+ os.path.join(os.path.curdir, "examples", "sample4.png")
83
  ],
84
  inputs=image_input,
85
  outputs=lbl_output,