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