pan-yl commited on
Commit
705984e
·
1 Parent(s): 59aa5d9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ import shlex
32
  import subprocess
33
 
34
  subprocess.run(shlex.split('pip install flash-attn --no-build-isolation'), env=os.environ | {'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"})
 
35
 
36
  from infer import ACEInference
37
  from example import get_examples
 
32
  import subprocess
33
 
34
  subprocess.run(shlex.split('pip install flash-attn --no-build-isolation'), env=os.environ | {'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"})
35
+ subprocess.run('pip install gradio==4.44.1', env=os.environ)
36
 
37
  from infer import ACEInference
38
  from example import get_examples