Rename gradio_launch_main.py to app.py
Browse files
gradio_launch_main.py → app.py
RENAMED
@@ -9,7 +9,7 @@ if __name__ == "__main__":
|
|
9 |
"--config_path",
|
10 |
type=str,
|
11 |
help="The path to the app config file",
|
12 |
-
default="
|
13 |
required=False,
|
14 |
)
|
15 |
|
|
|
9 |
"--config_path",
|
10 |
type=str,
|
11 |
help="The path to the app config file",
|
12 |
+
default="config_prediction_additive_manufacturing.yaml",
|
13 |
required=False,
|
14 |
)
|
15 |
|