thecollabagepatch commited on
Commit
72827fc
·
1 Parent(s): a8d3e47

the next 8 bars not the last 8 bars

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ from utils import (
16
 
17
  from jam_worker import JamWorker, JamParams, JamChunk
18
  import uuid, threading
 
19
  jam_registry: dict[str, JamWorker] = {}
20
  jam_lock = threading.Lock()
21
 
 
16
 
17
  from jam_worker import JamWorker, JamParams, JamChunk
18
  import uuid, threading
19
+
20
  jam_registry: dict[str, JamWorker] = {}
21
  jam_lock = threading.Lock()
22