cocktailpeanut commited on
Commit
423769c
1 Parent(s): ad9639a
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -194,7 +194,7 @@ class AnimateController:
194
  torch.seed()
195
  seed = torch.initial_seed()
196
 
197
- with torch.autocast(device:
198
  sample = pipeline(
199
  prompt_textbox,
200
  negative_prompt=negative_prompt_textbox,
 
194
  torch.seed()
195
  seed = torch.initial_seed()
196
 
197
+ with torch.autocast(device):
198
  sample = pipeline(
199
  prompt_textbox,
200
  negative_prompt=negative_prompt_textbox,