Spaces:
Sleeping
Sleeping
update
Browse files
main.py
CHANGED
@@ -23,7 +23,8 @@ def get_args():
|
|
23 |
parser = argparse.ArgumentParser()
|
24 |
parser.add_argument(
|
25 |
"--examples_dir",
|
26 |
-
default=(project_path / "data
|
|
|
27 |
type=str
|
28 |
)
|
29 |
parser.add_argument(
|
|
|
23 |
parser = argparse.ArgumentParser()
|
24 |
parser.add_argument(
|
25 |
"--examples_dir",
|
26 |
+
default=(project_path / "data").as_posix(),
|
27 |
+
# default=(project_path / "data/examples").as_posix(),
|
28 |
type=str
|
29 |
)
|
30 |
parser.add_argument(
|