Spaces:
Runtime error
Runtime error
xiaozhongji
commited on
Commit
·
6c402fc
1
Parent(s):
4fb7040
update
Browse files
app.py
CHANGED
|
@@ -11,8 +11,10 @@ huggingface-cli download stabilityai/stable-video-diffusion-img2vid-xt --local-d
|
|
| 11 |
huggingface-cli download openai/whisper-tiny --local-dir checkpoints/whisper-tiny'
|
| 12 |
os.system(cmd)
|
| 13 |
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
pipe = Sonic(
|
| 16 |
|
| 17 |
def get_md5(content):
|
| 18 |
md5hash = hashlib.md5(content)
|
|
|
|
| 11 |
huggingface-cli download openai/whisper-tiny --local-dir checkpoints/whisper-tiny'
|
| 12 |
os.system(cmd)
|
| 13 |
|
| 14 |
+
import torch
|
| 15 |
+
print('torch.cuda.device_count()', torch.cuda.device_count())
|
| 16 |
|
| 17 |
+
pipe = Sonic()
|
| 18 |
|
| 19 |
def get_md5(content):
|
| 20 |
md5hash = hashlib.md5(content)
|