Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Mar 13, 2023
1 parent 958b3e2 commit 757b850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions voicevox/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class Client:
----------
http: HttpClient
Http client attribute.
timeout: Optional[int]
You can customize timeout. If you use cpu mode, I recommend to use this.
"""

def __init__(self, base_url: str = "http://localhost:50021", timeout: Optional[int] = None):
Expand Down

0 comments on commit 757b850

Please sign in to comment.