Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
0e5addd
1
Parent(s):
0de0265
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ import tqdm
|
|
13 |
from midi_synthesizer import synthesis
|
14 |
import TMIDIX
|
15 |
|
|
|
|
|
16 |
in_space = os.getenv("SYSTEM") == "spaces"
|
17 |
|
18 |
#=================================================================================================
|
|
|
13 |
from midi_synthesizer import synthesis
|
14 |
import TMIDIX
|
15 |
|
16 |
+
from math import ceil
|
17 |
+
|
18 |
in_space = os.getenv("SYSTEM") == "spaces"
|
19 |
|
20 |
#=================================================================================================
|