From 21c590ad67bb00cf29c23b85666301359fb0e6e0 Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 25 五月 2023 15:24:10 +0800 Subject: [PATCH] add ssl support for cpp websocket (#553) --- funasr/bin/tp_infer.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/funasr/bin/tp_infer.py b/funasr/bin/tp_infer.py index c83ceea..4ddcba4 100644 --- a/funasr/bin/tp_infer.py +++ b/funasr/bin/tp_infer.py @@ -1,3 +1,8 @@ +# -*- encoding: utf-8 -*- +#!/usr/bin/env python3 +# Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. +# MIT License (https://opensource.org/licenses/MIT) + import argparse import logging from optparse import Option -- Gitblit v1.9.1