Spaces:
Build error
Build error
Ryo Okada
commited on
Commit
•
eecf1cc
1
Parent(s):
46a44f0
change bpm
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ SR = 44100
|
|
60 |
|
61 |
MAX_QUERY = 5
|
62 |
|
63 |
-
def convert_table_to_audio(markdown_table, resolution=8, bpm =
|
64 |
# convert table to array
|
65 |
rhythm_pattern = []
|
66 |
for line in markdown_table.split('\n')[2:]:
|
|
|
60 |
|
61 |
MAX_QUERY = 5
|
62 |
|
63 |
+
def convert_table_to_audio(markdown_table, resolution=8, bpm = 90.0):
|
64 |
# convert table to array
|
65 |
rhythm_pattern = []
|
66 |
for line in markdown_table.split('\n')[2:]:
|