Spaces:
Build error
Build error
Edited
Browse files
app.py
CHANGED
@@ -65,7 +65,6 @@ def construct_index(directory_path):
|
|
65 |
# Get a list of all the files in the source folder
|
66 |
files = os.listdir(src_folder)
|
67 |
|
68 |
-
|
69 |
# Move each file from the source folder to the destination folder,
|
70 |
# except for the "do_not_delete.txt" file
|
71 |
for file in files:
|
@@ -97,4 +96,4 @@ iface = gr.Interface(
|
|
97 |
)
|
98 |
|
99 |
index = construct_index("docs")
|
100 |
-
iface.launch(
|
|
|
65 |
# Get a list of all the files in the source folder
|
66 |
files = os.listdir(src_folder)
|
67 |
|
|
|
68 |
# Move each file from the source folder to the destination folder,
|
69 |
# except for the "do_not_delete.txt" file
|
70 |
for file in files:
|
|
|
96 |
)
|
97 |
|
98 |
index = construct_index("docs")
|
99 |
+
iface.launch()
|