Nick088 commited on
Commit
ff5b91f
1 Parent(s): 3d2b4d8

fixing typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def inference(audio_file, model_name, guidance_scale, ddim_steps, seed):
26
  ddim_steps=ddim_steps
27
  )
28
 
29
- if torch.cuda.is_avaible():
30
  torch.cuda.empty_cache()
31
 
32
  gc.collect()
 
26
  ddim_steps=ddim_steps
27
  )
28
 
29
+ if torch.cuda.is_available():
30
  torch.cuda.empty_cache()
31
 
32
  gc.collect()