Spaces:
Running
on
Zero
Running
on
Zero
Yet another cache_path error
Browse files- demo/gs_demo.py +1 -1
demo/gs_demo.py
CHANGED
@@ -36,7 +36,7 @@ def gs_demo_tab():
|
|
36 |
dataset_dropdown = gr.Dropdown(label="Select Dataset", choices=[], value="")
|
37 |
|
38 |
def update_dataset_dropdown():
|
39 |
-
print("update_dataset_dropdown, cache_path",
|
40 |
# Update the dataset folders list
|
41 |
dataset_folders = get_dataset_folders(dataset_path)
|
42 |
# dataset_folders = "/app/data/scenes/"
|
|
|
36 |
dataset_dropdown = gr.Dropdown(label="Select Dataset", choices=[], value="")
|
37 |
|
38 |
def update_dataset_dropdown():
|
39 |
+
print("update_dataset_dropdown, cache_path", CACHE_PATH)
|
40 |
# Update the dataset folders list
|
41 |
dataset_folders = get_dataset_folders(dataset_path)
|
42 |
# dataset_folders = "/app/data/scenes/"
|