DRBAPH commited on
Commit
0311a35
1 Parent(s): e06cbbd
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  import torch
2
  import torchaudio
3
  from einops import rearrange
 
1
+ pip install torch
2
+ pip install torchvision
3
+ pip install torchaudio
4
+ pip install gradio
5
+ pip install einops
6
+ pip install stable_audio_tools
7
+ pip install pydub
8
+
9
  import torch
10
  import torchaudio
11
  from einops import rearrange