eBlessings commited on
Commit
706f893
·
verified ·
1 Parent(s): ade6810

Rename app4.py to app.py

Browse files
Files changed (1) hide show
  1. app4.py → app.py +1 -1
app4.py → app.py RENAMED
@@ -395,7 +395,7 @@ class QuranicModelTrainer:
395
  class QuranicPipeline:
396
  """Integrates data processing and incremental model training for all chapters."""
397
  def __init__(self,
398
- source_dir: str = "source_files",
399
  working_dir: str = "working_directory",
400
  start_chapter: int = 1,
401
  end_chapter: int = 114):
 
395
  class QuranicPipeline:
396
  """Integrates data processing and incremental model training for all chapters."""
397
  def __init__(self,
398
+ source_dir: str = os.path.abspath(os.path.dirname(__file__)),
399
  working_dir: str = "working_directory",
400
  start_chapter: int = 1,
401
  end_chapter: int = 114):