pandora-s commited on
Commit
22d0047
·
verified ·
1 Parent(s): 13dec3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
115
  with gr.Tab("Upload File"):
116
  file_input = gr.File(label="Upload a PDF or Image")
117
  ocr_method_file = gr.Dropdown(choices=["Mistral OCR"], label="Select OCR Method", value="Mistral OCR")
118
- file_output = gr.Markdown()
119
  file_raw_output = gr.Textbox(label="Raw Markdown")
120
  file_button = gr.Button("Process")
121
 
 
115
  with gr.Tab("Upload File"):
116
  file_input = gr.File(label="Upload a PDF or Image")
117
  ocr_method_file = gr.Dropdown(choices=["Mistral OCR"], label="Select OCR Method", value="Mistral OCR")
118
+ file_output = gr.Markdown(label="Rendered Markdown")
119
  file_raw_output = gr.Textbox(label="Raw Markdown")
120
  file_button = gr.Button("Process")
121