Huu076 commited on
Commit
ee50576
·
verified ·
1 Parent(s): f6ffe33

Update demo/app.py

Browse files
Files changed (1) hide show
  1. demo/app.py +1 -1
demo/app.py CHANGED
@@ -21,7 +21,7 @@ def main():
21
  )
22
  args = parser.parse_args()
23
 
24
- print("Current working directory:", args.cwd)
25
 
26
  if not os.path.exists(args.cwd):
27
  raise ValueError("Chosen 'cwd' is not a valid path!")
 
21
  )
22
  args = parser.parse_args()
23
 
24
+ print("Curren working directory:", args.cwd)
25
 
26
  if not os.path.exists(args.cwd):
27
  raise ValueError("Chosen 'cwd' is not a valid path!")