NeeravS commited on
Commit
0ef1091
·
verified ·
1 Parent(s): dae402a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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