Ignore Auth for TalkingHead Fix

This commit is contained in:
joe
2023-08-24 18:08:45 +09:00
parent 750dcfd4ea
commit 63528152ef

View File

@@ -1125,4 +1125,5 @@ if args.share:
print(f"{Fore.GREEN}{Style.NORMAL}Running on: {cloudflare}{Style.RESET_ALL}")
ignore_auth.append(tts_play_sample)
ignore_auth.append(result_feed)
app.run(host=host, port=port)