Ruslan Magana Vsevolodovna commited on
Commit
2cc68f0
·
1 Parent(s): d015fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ def get_output_video(text):
65
  is_reusable=False,
66
  is_verbose=True,
67
  #dtype=torch.float16 if fp16 else torch.float32
68
- dtype=torch.float16,
 
69
  device='cpu' #'cuda'
70
  )
71
 
 
65
  is_reusable=False,
66
  is_verbose=True,
67
  #dtype=torch.float16 if fp16 else torch.float32
68
+ dtype=torch.float32,
69
+ #dtype=torch.float16,
70
  device='cpu' #'cuda'
71
  )
72