bhsinghgrid commited on
Commit
e802cab
·
verified ·
1 Parent(s): 1cc095d

Fix Space runtime to Python 3.11

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 5.0.0
 
8
  app_file: app.py
9
  pinned: false
10
  ---
@@ -29,4 +30,3 @@ The app will download checkpoint from your model repo and load it at runtime.
29
  pip install -r requirements.txt
30
  python app.py
31
  ```
32
-
 
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 5.0.0
8
+ python_version: 3.11
9
  app_file: app.py
10
  pinned: false
11
  ---
 
30
  pip install -r requirements.txt
31
  python app.py
32
  ```
 
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=5.0
2
  torch>=2.2
3
  numpy>=1.24
4
  tqdm>=4.66
 
1
+ gradio==5.0.0
2
  torch>=2.2
3
  numpy>=1.24
4
  tqdm>=4.66