Fu-Chuen commited on
Commit
6eac897
·
1 Parent(s): 42d7162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ get_all_files(working_directory)
71
  # print(f"File: {file}")
72
 
73
  # Replace 'your_directory_path' with the path of the directory you want to list
74
- directory_path = 'your_directory_path'
75
- list_files_and_subdirectories(directory_path)
76
 
77
 
78
  """# load MobileNet model"""
 
71
  # print(f"File: {file}")
72
 
73
  # Replace 'your_directory_path' with the path of the directory you want to list
74
+ # directory_path = 'your_directory_path'
75
+ # list_files_and_subdirectories(directory_path)
76
 
77
 
78
  """# load MobileNet model"""