carblacac commited on
Commit
385b28e
1 Parent(s): b05cf95

add example to interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,5 +18,5 @@ intf = gr.Interface(
18
  fn=classify_image,
19
  inputs=gr.Image(shape=(192, 192)),
20
  outputs=gr.Label(),
21
- example=examples)
22
  intf.launch(inline=False)
 
18
  fn=classify_image,
19
  inputs=gr.Image(shape=(192, 192)),
20
  outputs=gr.Label(),
21
+ examples=examples)
22
  intf.launch(inline=False)