idan-haimovich commited on
Commit
1f10591
1 Parent(s): 2777ecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def classify_image(img):
13
 
14
  image=gr.Image(height = 192, width = 192)
15
  label = gr.Label()
16
- examples = ['Cuts_for_nn.jpeg', 'Fracture_examp.jpeg', 'Rash.jpeg', 'Splinter_examp.jpeg']
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
18
  intf.launch(inline=False)
 
13
 
14
  image=gr.Image(height = 192, width = 192)
15
  label = gr.Label()
16
+ examples = ['Cuts_for_nn.jpeg', 'Fracture_examp.jpeg', 'Rash.jpeg', 'Splinter_examp.jpeg', 'Splinter_download.jpeg', 'Cut_download.jpeg', 'Rash_download.jpeg', 'Fracture_download.jpeg']
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
18
  intf.launch(inline=False)