Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def check_for_wav_in_outputs():
|
|
67 |
def infer(prompt_in, chords, duration, bpms):
|
68 |
|
69 |
# check if 'outputs' dir exists and empty it if necessary
|
70 |
-
check_outputs_folder('./example_1')
|
71 |
|
72 |
# set hparams
|
73 |
output_dir = 'example_1' ### change this output directory
|
|
|
67 |
def infer(prompt_in, chords, duration, bpms):
|
68 |
|
69 |
# check if 'outputs' dir exists and empty it if necessary
|
70 |
+
check_outputs_folder('./output_samples/example_1')
|
71 |
|
72 |
# set hparams
|
73 |
output_dir = 'example_1' ### change this output directory
|