Skip to content

Commit

Permalink
add get_model_path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Apr 22, 2020
1 parent b6edb42 commit 756b9c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions soundswallower/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
import os

from .soundswallower import *

DefaultConfig = Decoder.default_config


def get_model_path():
""" Return path to the model. """
return os.path.join(os.path.dirname(__file__), 'model')

0 comments on commit 756b9c7

Please sign in to comment.