Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sejalkishan
/
Textual-Imagination
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sejalkishan
commited on
Jul 2
Commit
be1f0af
Β·
verified
Β·
1 Parent(s):
a8655bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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