AmirV97 commited on
Commit
c207901
·
1 Parent(s): eb22ed2
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,5 +57,6 @@ iface = gr.Interface(
57
  ],
58
  title="Proximal Humerus Fracture Detection",
59
  description="Upload an image, and get the classification result.",
60
- examples=examples # Add example inputs
 
61
  )
 
57
  ],
58
  title="Proximal Humerus Fracture Detection",
59
  description="Upload an image, and get the classification result.",
60
+ examples=examples # Add example inputs,
61
+ cache_examples=True
62
  )