juancopi81 commited on
Commit
eb3a234
1 Parent(s): a2dd74e

Add ismir21 at the start

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ os.putenv("QT_QPA_PLATFORM", "offscreen")
25
  os.putenv("XDG_RUNTIME_DIR", environment.Environment().getRootTempDir())
26
 
27
  # Start inference model
28
- inference_model = InferenceModel("/home/user/app/checkpoints/mt3/", "mt3")
29
- current_model = "mt3"
30
 
31
  def change_model(model):
32
  global current_model
 
25
  os.putenv("XDG_RUNTIME_DIR", environment.Environment().getRootTempDir())
26
 
27
  # Start inference model
28
+ inference_model = InferenceModel("/home/user/app/checkpoints/ismir2021/", "ismir2021")
29
+ current_model = "ismir2021"
30
 
31
  def change_model(model):
32
  global current_model