lolout1 commited on
Commit
c55bef3
·
verified ·
1 Parent(s): c7bcf78

Updating blackspot model file path

Browse files
Files changed (1) hide show
  1. gradio_test.py +1 -1
gradio_test.py CHANGED
@@ -57,7 +57,7 @@ ONEFORMER_CONFIG = {
57
  }
58
  }
59
 
60
- BLACKSPOT_MODEL_REPO = "sww35/txstNeuroNest"
61
  BLACKSPOT_MODEL_FILE = "model_0004999.pth"
62
 
63
  DISPLAY_MAX_WIDTH = 1920
 
57
  }
58
  }
59
 
60
+ BLACKSPOT_MODEL_REPO = "lolout1/txstNeuroNest"
61
  BLACKSPOT_MODEL_FILE = "model_0004999.pth"
62
 
63
  DISPLAY_MAX_WIDTH = 1920