JackIsNotInTheBox commited on
Commit
9c25971
·
1 Parent(s): 8443669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ except ImportError:
10
  subprocess.check_call([sys.executable, "-m", "pip", "install", "--no-build-isolation", "mmcv>=2.0.0"])
11
  print("mmcv installed successfully")
12
 
13
- import torch
14
  import numpy as np
15
  import random
16
  import soundfile as sf
 
10
  subprocess.check_call([sys.executable, "-m", "pip", "install", "--no-build-isolation", "mmcv>=2.0.0"])
11
  print("mmcv installed successfully")
12
 
13
+ import torch
14
  import numpy as np
15
  import random
16
  import soundfile as sf