add default path
Browse files- extractor_compare.py +2 -1
extractor_compare.py
CHANGED
@@ -208,7 +208,8 @@ def create_interface():
|
|
208 |
with gr.Row():
|
209 |
directory_input = gr.Textbox(
|
210 |
label="Path to JSON Directory",
|
211 |
-
placeholder="e.g., /path/to/your/json/files"
|
|
|
212 |
)
|
213 |
load_button = gr.Button("Load PDFs", variant="primary")
|
214 |
|
|
|
208 |
with gr.Row():
|
209 |
directory_input = gr.Textbox(
|
210 |
label="Path to JSON Directory",
|
211 |
+
placeholder="e.g., /path/to/your/json/files",
|
212 |
+
value="extraction/truncated"
|
213 |
)
|
214 |
load_button = gr.Button("Load PDFs", variant="primary")
|
215 |
|