Spaces:
Sleeping
Sleeping
Rename app4.py to app.py
Browse files- 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 =
|
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):
|