edgilr commited on
Commit
a2bfa76
·
verified ·
1 Parent(s): 5ab0768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  import os
7
 
8
  # Load model
9
- checkpoint_path = "edgilr/fasterRCNNKangaroo.pth"
10
  checkpoint_and_model = model_from_checkpoint(checkpoint_path)
11
  model = checkpoint_and_model["model"]
12
  model_type = checkpoint_and_model["model_type"]
 
6
  import os
7
 
8
  # Load model
9
+ checkpoint_path = "fasterRCNNKangaroo.pth"
10
  checkpoint_and_model = model_from_checkpoint(checkpoint_path)
11
  model = checkpoint_and_model["model"]
12
  model_type = checkpoint_and_model["model_type"]