asigalov61 commited on
Commit
d0203ac
·
verified ·
1 Parent(s): 7232327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def InpaintPitches(input_midi, input_num_of_notes, input_patch_number):
58
 
59
  model = torch.compile(model, mode='max-autotune')
60
 
61
- print('=' * 70
62
 
63
  model.to(DEVICE)
64
  model.eval()
 
58
 
59
  model = torch.compile(model, mode='max-autotune')
60
 
61
+ print('=' * 70)
62
 
63
  model.to(DEVICE)
64
  model.eval()