Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"""
|