sejalkishan commited on
Commit
be1f0af
Β·
verified Β·
1 Parent(s): a8655bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def generate_video(
65
 
66
  import torch
67
  torch.cuda.empty_cache()
68
- pipe.to("cpu")
69
 
70
  return video_path
71
 
 
65
 
66
  import torch
67
  torch.cuda.empty_cache()
68
+
69
 
70
  return video_path
71