Spaces:
Running
Running
asigalov61
commited on
Commit
•
07e5691
1
Parent(s):
03cc79b
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def find_midi(search_string, search_options):
|
|
97 |
soundfont_path=soundfont_path,
|
98 |
sample_rate=16000, # 44100
|
99 |
volume_scale=10,
|
100 |
-
output_for_gradio=
|
101 |
)
|
102 |
yield AUX_DATA[search_match_index][0], fn+'.mid', (16000, audio), plt
|
103 |
|
|
|
97 |
soundfont_path=soundfont_path,
|
98 |
sample_rate=16000, # 44100
|
99 |
volume_scale=10,
|
100 |
+
output_for_gradio=False
|
101 |
)
|
102 |
yield AUX_DATA[search_match_index][0], fn+'.mid', (16000, audio), plt
|
103 |
|