Fixed tts
This commit is contained in:
@@ -14,8 +14,6 @@ def get_random_string(length):
|
||||
result_str = ''.join(random.choice(letters) for i in range(length))
|
||||
print("Random string of length", length, "is:", result_str)
|
||||
|
||||
tts = TTS("tts_models/es/mai/tacotron2-DDC")
|
||||
|
||||
client = pyrogram.Client(os.environ.get('SESSION_NAME', '/data/telemovris'),
|
||||
api_hash=os.environ.get('API_HASH'),
|
||||
api_id=os.environ.get('API_ID'),
|
||||
|
||||
Reference in New Issue
Block a user