Spaces:
Running
on
Zero
Running
on
Zero
kevinwang676
commited on
Commit
•
c46ea5c
1
Parent(s):
e39a748
Update GPT_SoVITS/app.py
Browse files- GPT_SoVITS/app.py +1 -0
GPT_SoVITS/app.py
CHANGED
@@ -21,6 +21,7 @@ import LangSegment, os, re, sys, json
|
|
21 |
import pdb
|
22 |
import torch
|
23 |
|
|
|
24 |
import spaces
|
25 |
|
26 |
version=os.environ.get("version","v2")
|
|
|
21 |
import pdb
|
22 |
import torch
|
23 |
|
24 |
+
os.system("pip install spaces==0.27.0")
|
25 |
import spaces
|
26 |
|
27 |
version=os.environ.get("version","v2")
|