prithivMLmods commited on
Commit
8bd390d
·
verified ·
1 Parent(s): 3a455f1

update app

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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)", latex_delimiters=[
423
- {"left": "$$", "right": "$$", "display": True},
424
- {"left": "$", "right": "$", "display": False}
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",