MacBook pro commited on
Commit
229822f
·
1 Parent(s): 86d88c2

Fix python_version quoting; add runtime.txt to force Python 3.10 on Space

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. runtime.txt +1 -0
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  hardware: a10g-large
12
- python_version: 3.10
13
  models:
14
  - KwaiVGI/LivePortrait
15
  - RVC-Project/Retrieval-based-Voice-Conversion-WebUI
 
9
  pinned: false
10
  license: mit
11
  hardware: a10g-large
12
+ python_version: "3.10"
13
  models:
14
  - KwaiVGI/LivePortrait
15
  - RVC-Project/Retrieval-based-Voice-Conversion-WebUI
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.10.14