Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
submit.click(fn=on_submit, inputs=[input_file], outputs=[output_spike, output_depth])
|
111 |
|
112 |
# 示例資料(僅支援 .npy)
|
113 |
-
example_dir = "assets/
|
114 |
if os.path.exists(example_dir):
|
115 |
example_files = sorted([
|
116 |
os.path.join(example_dir, f)
|
|
|
110 |
submit.click(fn=on_submit, inputs=[input_file], outputs=[output_spike, output_depth])
|
111 |
|
112 |
# 示例資料(僅支援 .npy)
|
113 |
+
example_dir = "assets/"
|
114 |
if os.path.exists(example_dir):
|
115 |
example_files = sorted([
|
116 |
os.path.join(example_dir, f)
|