Frosty commited on
Commit
1fe1db5
·
verified ·
1 Parent(s): 0c9ef3b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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", 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")
 
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")