Spaces:
Paused
Paused
Commit ·
889d885
1
Parent(s): 2d1c6f1
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,8 @@ from zipfile import ZipFile
|
|
| 10 |
import stat
|
| 11 |
import uuid
|
| 12 |
import subprocess
|
|
|
|
|
|
|
| 13 |
|
| 14 |
ZipFile("ffmpeg.zip").extractall()
|
| 15 |
st = os.stat('ffmpeg')
|
|
|
|
| 10 |
import stat
|
| 11 |
import uuid
|
| 12 |
import subprocess
|
| 13 |
+
import torch
|
| 14 |
+
|
| 15 |
|
| 16 |
ZipFile("ffmpeg.zip").extractall()
|
| 17 |
st = os.stat('ffmpeg')
|