Spaces:
Runtime error
Runtime error
Update app.py
#4
by
Samuelblue
- opened
app.py
CHANGED
@@ -79,7 +79,7 @@ def frame_generator(sr, audio, frame_size, frame_shift, minibatch_size=20):
|
|
79 |
|
80 |
|
81 |
def get_audio_from_model(model, sr, duration, seed_audio):
|
82 |
-
print
|
83 |
new_audio = np.zeros((sr * duration))
|
84 |
curr_sample_idx = 0
|
85 |
while curr_sample_idx < new_audio.shape[0]:
|
|
|
79 |
|
80 |
|
81 |
def get_audio_from_model(model, sr, duration, seed_audio):
|
82 |
+
print('Generating audio...')
|
83 |
new_audio = np.zeros((sr * duration))
|
84 |
curr_sample_idx = 0
|
85 |
while curr_sample_idx < new_audio.shape[0]:
|