Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MeowSky49887/VOICEVOX-Engine
soiz1
/
VOICEVOX-Engine
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jirat Jaturanpinyo
commited on
Jul 3, 2024
Commit
f25a759
·
verified
·
1 Parent(s):
2dc5e33
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1 +1,3 @@
1
-
import
voicevox_engine/run
1
+
import
subprocess
2
+
3
+
subprocess.run(['python', 'voicevox_engine/run.py'])