Spaces:
Paused
Paused
Commit
·
9fa54f4
1
Parent(s):
bd2df29
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ import uuid
|
|
| 12 |
import subprocess
|
| 13 |
import torch
|
| 14 |
import bitsandbytes
|
|
|
|
| 15 |
|
| 16 |
ZipFile("ffmpeg.zip").extractall()
|
| 17 |
st = os.stat('ffmpeg')
|
|
|
|
| 12 |
import subprocess
|
| 13 |
import torch
|
| 14 |
import bitsandbytes
|
| 15 |
+
import scipy
|
| 16 |
|
| 17 |
ZipFile("ffmpeg.zip").extractall()
|
| 18 |
st = os.stat('ffmpeg')
|