logo
Browse Source

Update

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 3 years ago
parent
commit
ad2b2dff3d
  1. 2
      __init__.py

2
__init__.py

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
from .vggish import Vggish
from .torch_vggish import Vggish
def vggish(weights_path: str = None, framework: str = 'pytorch'): def vggish(weights_path: str = None, framework: str = 'pytorch'):

Loading…
Cancel
Save