Skip to content

Commit

Permalink
Create train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent 231403f commit 78dfec0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), 'models'))
from contract_classifier import main

if __name__ == '__main__':
main()

0 comments on commit 78dfec0

Please sign in to comment.