Spaces:
Running
Running
Commit
·
72827fc
1
Parent(s):
a8d3e47
the next 8 bars not the last 8 bars
Browse files
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 |
|