Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Nov 25, 2024
1 parent 4206c3f commit 673fe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

version = importlib.metadata.version("mc-intent-classifier")


DATA_PATH = Path("/src/data")
dirname = os.path.dirname(__file__)
DATA_PATH = Path(f"{dirname}/data")
OUTPUT_FILE_PATH = DATA_PATH / "new_test_intent_embeddings.json"

app = Flask(__name__)
Expand Down

0 comments on commit 673fe2e

Please sign in to comment.