prithivMLmods commited on
Commit
8c4fbc4
·
verified ·
1 Parent(s): b162c26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -7,8 +7,6 @@ import torch
7
  import spaces
8
  import subprocess
9
 
10
- # Ensure pyav is installed
11
- subprocess.run('pip install pyav', shell=True, check=True)
12
  subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
13
 
14
  from io import BytesIO
 
7
  import spaces
8
  import subprocess
9
 
 
 
10
  subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
11
 
12
  from io import BytesIO