EMsurya commited on
Commit
5fcc92f
·
verified ·
1 Parent(s): 34289fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,8 +1,8 @@
1
 
2
  import base64, os
3
- # add a command for installing flash-attn
4
- os.system('pip install flash-attn --no-build-isolation')
5
- os.system("pip install gradio==4.44.1")
6
 
7
  from typing import Optional
8
  import gradio as gr
 
1
 
2
  import base64, os
3
+ # # add a command for installing flash-attn
4
+ # os.system('pip install flash-attn --no-build-isolation')
5
+ # os.system("pip install gradio==4.44.1")
6
 
7
  from typing import Optional
8
  import gradio as gr