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