asigalov61 commited on
Commit
14246b4
1 Parent(s): 5f65c57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def generate_drums(notes_times,
56
  # =================================================================================================
57
 
58
  @torch.no_grad()
59
- def GenerateMIDI(input_midi, input_num_tokens):
60
  print('=' * 70)
61
  print('Req start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
62
  start_time = time.time()
 
56
  # =================================================================================================
57
 
58
  @torch.no_grad()
59
+ def GenerateDrums(input_midi, input_num_tokens):
60
  print('=' * 70)
61
  print('Req start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
62
  start_time = time.time()