Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Commit
•
2c81a56
1
Parent(s):
e2a9ae4
Update app.py
Browse files
app.py
CHANGED
@@ -335,7 +335,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
335 |
# example_folder = "images"
|
336 |
# print(os.path.join(example_folder, '1.jpg'))
|
337 |
# example_folder = os.path.join(os.path.dirname(__file__), "images")
|
338 |
-
example_folder = os.path.join(os.path.dirname(__file__), "
|
339 |
|
340 |
Examples(
|
341 |
fn=process_pipe_normal,
|
|
|
335 |
# example_folder = "images"
|
336 |
# print(os.path.join(example_folder, '1.jpg'))
|
337 |
# example_folder = os.path.join(os.path.dirname(__file__), "images")
|
338 |
+
example_folder = os.path.join(os.path.dirname(__file__), "normal_images")
|
339 |
|
340 |
Examples(
|
341 |
fn=process_pipe_normal,
|