asigalov61 commited on
Commit
987c189
·
verified ·
1 Parent(s): 19a2bd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -40,6 +40,8 @@ from x_transformer_1_23_2 import *
40
 
41
  import random
42
 
 
 
43
  print('=' * 70)
44
  print('Loading aux Guided Accompaniment Transformer modules...')
45
 
 
40
 
41
  import random
42
 
43
+ import tqdm
44
+
45
  print('=' * 70)
46
  print('Loading aux Guided Accompaniment Transformer modules...')
47