update app
Browse files
app.py
CHANGED
|
@@ -419,10 +419,11 @@ with gr.Blocks(css=css, theme=thistle_theme) as demo:
|
|
| 419 |
gr.Markdown("## Output", elem_id="output-title")
|
| 420 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
|
| 421 |
with gr.Accordion("(Result.md)", open=False):
|
| 422 |
-
markdown_output = gr.Markdown(label="(Result.Md)"
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
|
|
|
|
| 426 |
|
| 427 |
model_choice = gr.Radio(
|
| 428 |
choices=["Nanonets-OCR2-3B", "olmOCR-7B-0725", "RolmOCR-7B",
|
|
|
|
| 419 |
gr.Markdown("## Output", elem_id="output-title")
|
| 420 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
|
| 421 |
with gr.Accordion("(Result.md)", open=False):
|
| 422 |
+
markdown_output = gr.Markdown(label="(Result.Md)")
|
| 423 |
+
# , latex_delimiters=[
|
| 424 |
+
# {"left": "$$", "right": "$$", "display": True},
|
| 425 |
+
# {"left": "$", "right": "$", "display": False}
|
| 426 |
+
#])
|
| 427 |
|
| 428 |
model_choice = gr.Radio(
|
| 429 |
choices=["Nanonets-OCR2-3B", "olmOCR-7B-0725", "RolmOCR-7B",
|