jpterry commited on
Commit
60907c0
·
1 Parent(s): 9fff14c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ import gradio as gr
20
  # from transformers import pipeline
21
 
22
 
23
- model_path = 'chlab/planet_detection_models/'
 
24
 
25
  # plotting a prameters
26
  labels = 20
 
20
  # from transformers import pipeline
21
 
22
 
23
+ # model_path = 'chlab/planet_detection_models/'
24
+ model_path = './models/'
25
 
26
  # plotting a prameters
27
  labels = 20