goudas commited on
Commit
57c048a
Β·
1 Parent(s): c8cfafa

update gradio installation command to version 5.35.0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
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 spaces
 
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==5.35.0")
6
 
7
  from typing import Optional
8
  import spaces