yrodriguezmd commited on
Commit
422ce72
1 Parent(s): 04659ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ valid_tfms = tfms.A.Adapter(
47
 
48
  description = 'Tool for detecting 15 classes of surgical instruments: Scalpel, Forceps, Suture needle, Clamps (Hemostat, Towel clip, Bulldog), Scissors (Mayo_metz, Iris, Potts), Needle holder (Castroviejo), Retractors (Army-navy, Richardson, Weitlaner), Suctions (Yankauer, Frazier).'
49
 
50
- examples=[['Image00001.jpg'],['Image00002.jpg']]
51
 
52
  def show_preds_gradio(input_image, display_label, display_bbox, detection_threshold):
53
 
 
47
 
48
  description = 'Tool for detecting 15 classes of surgical instruments: Scalpel, Forceps, Suture needle, Clamps (Hemostat, Towel clip, Bulldog), Scissors (Mayo_metz, Iris, Potts), Needle holder (Castroviejo), Retractors (Army-navy, Richardson, Weitlaner), Suctions (Yankauer, Frazier).'
49
 
50
+ examples=[['Image00001.jpg'],['Image00002.jpg'],['Image00003.jpg'],['Image00004.jpg'],['Image00005.jpg']]
51
 
52
  def show_preds_gradio(input_image, display_label, display_bbox, detection_threshold):
53