goudas commited on
Commit
e528150
Β·
1 Parent(s): 0d42efe

update gradio version to 5.20.0 in app.py and requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -2
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.45.0")
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.20.0")
6
 
7
  from typing import Optional
8
  import spaces
requirements.txt CHANGED
@@ -12,8 +12,8 @@ pydantic>=2.0
12
  markdown2[all]
13
  numpy
14
  scikit-learn==1.5.0
15
- gradio==4.45.0
16
- gradio_client==1.4.0
17
  spaces
18
  requests
19
  httpx
 
12
  markdown2[all]
13
  numpy
14
  scikit-learn==1.5.0
15
+ gradio==5.20.0
16
+ gradio_client
17
  spaces
18
  requests
19
  httpx