fffiloni commited on
Commit
3a35271
·
verified ·
1 Parent(s): 628e95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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