Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|