Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
ab7f21a
1
Parent(s):
f43b552
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,8 @@ def GenerateMIDI():
|
|
56 |
|
57 |
out = torch.cat((out, sample), dim=-1)
|
58 |
|
59 |
-
except:
|
|
|
60 |
break
|
61 |
|
62 |
if return_prime:
|
|
|
56 |
|
57 |
out = torch.cat((out, sample), dim=-1)
|
58 |
|
59 |
+
except Exception as e:
|
60 |
+
print('Error', e)
|
61 |
break
|
62 |
|
63 |
if return_prime:
|