prithivMLmods commited on
Commit
7107ee5
·
verified ·
1 Parent(s): 7c25034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -259,7 +259,8 @@ def create_gradio_interface():
259
  examples=["examples/1.png", "examples/2.png", "examples/3.png", "examples/4.png", "examples/5.png"],
260
  inputs=image_input,
261
  label="Examples"
262
- )
 
263
  with gr.Tab("📰 README.md"):
264
  with gr.Accordion("(Formatted Result)", open=True):
265
  markdown_output = gr.Markdown(label="Formatted Markdown")
 
259
  examples=["examples/1.png", "examples/2.png", "examples/3.png", "examples/4.png", "examples/5.png"],
260
  inputs=image_input,
261
  label="Examples"
262
+ )
263
+ gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/OCR-Comparator/discussions)")
264
  with gr.Tab("📰 README.md"):
265
  with gr.Accordion("(Formatted Result)", open=True):
266
  markdown_output = gr.Markdown(label="Formatted Markdown")