Upload folder using huggingface_hub
Browse files
main.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as iface:
|
|
190 |
gr.Markdown("# Document Processing and Upload to Google Sheets")
|
191 |
|
192 |
credentials_file = gr.File(
|
193 |
-
label="Credentials File"
|
194 |
)
|
195 |
images_folder_path = gr.Textbox(label="Path to Images Folder", value="images_v2")
|
196 |
process_button = gr.Button("Process Documents")
|
|
|
190 |
gr.Markdown("# Document Processing and Upload to Google Sheets")
|
191 |
|
192 |
credentials_file = gr.File(
|
193 |
+
label="Credentials File"#, value="cru-ocr-ee936d111292.json"
|
194 |
)
|
195 |
images_folder_path = gr.Textbox(label="Path to Images Folder", value="images_v2")
|
196 |
process_button = gr.Button("Process Documents")
|