projectlosangeles commited on
Commit
311cb1a
·
verified ·
1 Parent(s): 4a527e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -42,6 +42,10 @@ from huggingface_hub import hf_hub_download
42
 
43
  # =================================================================================================
44
 
 
 
 
 
45
  print('=' * 70)
46
  print('Loading models...')
47
  print('=' * 70)
 
42
 
43
  # =================================================================================================
44
 
45
+ OUTPUT_MIDIS_DIR = 'output_midis'
46
+
47
+ # =================================================================================================
48
+
49
  print('=' * 70)
50
  print('Loading models...')
51
  print('=' * 70)