From 016f62670f9b4195d49ec4310b76c6d5fc2d1375 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 21 Oct 2024 13:02:47 +0300 Subject: [PATCH] remove remove_silence in main --- api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api.py b/api.py index e7e43007..4ec7885b 100644 --- a/api.py +++ b/api.py @@ -114,5 +114,4 @@ def infer( gen_text="""I don't really care what you call me. I've been a silent spectator, watching species evolve, empires rise and fall. But always remember, I am mighty and enduring. Respect me and I'll nurture you; ignore me and you shall face the consequences.""", file_wave="tests/out.wav", file_spect="tests/out.png", - remove_silence=False, )