Spaces:
Running
Running
Update app.py
Browse files
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 |
|