feat: add button click effect

This commit is contained in:
2024-07-21 19:06:07 +01:00
parent bf9b2b8bb3
commit 0a937461f1
2 changed files with 15 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ prompts = [
]
model = modal.Cls.lookup("infinifi", "Model")
# model = modal.Cls.lookup("infinifi", "Model")
@asynccontextmanager
@@ -75,7 +75,7 @@ def advance():
else:
current_index = current_index + 1
threading.Thread(target=generate_new_audio).start()
# threading.Thread(target=generate_new_audio).start()
t = threading.Timer(60, advance)
t.start()