SakshiRathi77 commited on
Commit
927cfc3
1 Parent(s): 2ff1618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def app():
27
  model_path = gr.Dropdown(
28
  label="Model",
29
  choices=[
30
- "./best.pt",
31
  ],
32
  value="./best.pt",
33
  )
 
27
  model_path = gr.Dropdown(
28
  label="Model",
29
  choices=[
30
+ "best.pt",
31
  ],
32
  value="./best.pt",
33
  )