fbadine commited on
Commit
493d10c
1 Parent(s): a01d067

Adjusting an error in app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -84,7 +84,10 @@ if __name__ == "__main__":
84
 
85
  gr.Examples(
86
  #examples=[os.path.join(os.path.dirname(__file__), "ShowLetter.jpg")],
87
- examples=[os.path.join(os.path.curdir, "ShowLetter.jpg")],
 
 
 
88
  inputs=image_input,
89
  outputs=lbl_output,
90
  fn=predict,
 
84
 
85
  gr.Examples(
86
  #examples=[os.path.join(os.path.dirname(__file__), "ShowLetter.jpg")],
87
+ examples=[
88
+ os.path.join(os.path.curdir, "examples", "sample1.jpg"),
89
+ os.path.join(os.path.curdir, "examples", "sample2.jpg"),
90
+ ],
91
  inputs=image_input,
92
  outputs=lbl_output,
93
  fn=predict,