Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import logging
|
|
6 |
from moviepy.editor import VideoFileClip
|
7 |
import json
|
8 |
import spaces
|
|
|
9 |
|
10 |
torch.use_deterministic_algorithms(True)
|
11 |
torch.backends.cudnn.deterministic = True
|
|
|
6 |
from moviepy.editor import VideoFileClip
|
7 |
import json
|
8 |
import spaces
|
9 |
+
import torch
|
10 |
|
11 |
torch.use_deterministic_algorithms(True)
|
12 |
torch.backends.cudnn.deterministic = True
|