ntsc207 commited on
Commit
597b8ca
1 Parent(s): 9327140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -98,6 +98,7 @@ iface = gr.Interface(
98
  choices=[
99
  "our-converted.pt",
100
  "yolov9_e_trained-converted.pt",
 
101
  ],
102
  value="our-converted.pt"
103
  ),
 
98
  choices=[
99
  "our-converted.pt",
100
  "yolov9_e_trained-converted.pt",
101
+ "last_best_model.pt"
102
  ],
103
  value="our-converted.pt"
104
  ),