bndl commited on
Commit
4c965c2
·
1 Parent(s): 8aaaedc

Rename gradio_launch_main.py to app.py

Browse files
Files changed (1) hide show
  1. gradio_launch_main.py → app.py +1 -1
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="config_prediction_alloys.yaml",
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