Skip to content

Commit

Permalink
update config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BeautyyuYanli committed Sep 29, 2024
1 parent 51b8efc commit dfdbc07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GPT_SOVITS_CONFIG=config_data
2 changes: 1 addition & 1 deletion scripts/runpod_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class InputType(BaseModel):


interface = GPTSoVITSInterfaceSimple(
config_data_base=os.getenv("GPT_SOVITS_CONFIG", ""),
config_data_base=os.getenv("GPT_SOVITS_CONFIG", "/config_data"),
)


Expand Down

0 comments on commit dfdbc07

Please sign in to comment.