marianadc01 commited on
Commit
da2622b
1 Parent(s): 521ccaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ demo=gr.Interface(fn=predict,
40
  outputs=gr.Label(num_top_classes=len(labels)),
41
  title=title,
42
  description=description,
43
- examples=["2.jpg", "6.jpg"])
44
 
45
  demo.launch('share=True')
 
40
  outputs=gr.Label(num_top_classes=len(labels)),
41
  title=title,
42
  description=description,
43
+ examples=["Elbow_Fractured.jpeg","Finger_Fractured.jpg","Shoulder_Fractured.jpeg","Foot_Not_Fractured.jpg","Leg_Not_Fractured.jpg"])
44
 
45
  demo.launch('share=True')