DHEIVER commited on
Commit
111e2a1
1 Parent(s): 1e9a6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -34,7 +34,10 @@ iface = gr.Interface(
34
  fn=pred,
35
  inputs=gr.inputs.Image(shape=(224, 224)),
36
  outputs=["text", "number", "text"],
37
- examples=[["example_1.jpg"]],
 
 
 
38
  theme="default",
39
  allow_flagging=False
40
 
 
34
  fn=pred,
35
  inputs=gr.inputs.Image(shape=(224, 224)),
36
  outputs=["text", "number", "text"],
37
+ examples=[["example_1.jpg"],
38
+ ["example_2.jpg"],
39
+ ["example_3.jpg"],
40
+ ["example_4.jpg"]],
41
  theme="default",
42
  allow_flagging=False
43