Sage commited on
Commit
fd573a1
1 Parent(s): 63b8543

JSON and Kill switch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ with gr.Blocks(title="Axon OCR", css=".markdown {text-align: center;}") as app:
306
  with gr.Column():
307
  retry_button = gr.Button("Retry Unprocessed Documents", label="Retry")
308
  with gr.Column():
309
- stop_button = gr.Button("Stop Processing Document", label="Stop")
310
  with gr.Tab("Combine JSON"):
311
  with gr.Row():
312
  with gr.Column():
 
306
  with gr.Column():
307
  retry_button = gr.Button("Retry Unprocessed Documents", label="Retry")
308
  with gr.Column():
309
+ stop_button = gr.Button("Stop Processing Documents", label="Stop")
310
  with gr.Tab("Combine JSON"):
311
  with gr.Row():
312
  with gr.Column():