nakas commited on
Commit
98269fc
1 Parent(s): 70932c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@
6
 
7
  # Updated to account for UI changes from https://github.com/rkfg/audiocraft/blob/long/app.py
8
  # also released under the MIT license.
9
-
10
  import argparse
11
  from concurrent.futures import ProcessPoolExecutor
12
  import os
 
6
 
7
  # Updated to account for UI changes from https://github.com/rkfg/audiocraft/blob/long/app.py
8
  # also released under the MIT license.
9
+ import numpy as np
10
  import argparse
11
  from concurrent.futures import ProcessPoolExecutor
12
  import os