Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -260,8 +260,9 @@ def create_gradio_interface():
|
|
260 |
inputs=image_input,
|
261 |
label="Examples"
|
262 |
)
|
263 |
-
with gr.Tab("📰
|
264 |
-
|
|
|
265 |
|
266 |
with gr.Tab("📋 Layout Analysis Results"):
|
267 |
json_output = gr.JSON(label="Structured Layout Data (JSON)")
|
|
|
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")
|
266 |
|
267 |
with gr.Tab("📋 Layout Analysis Results"):
|
268 |
json_output = gr.JSON(label="Structured Layout Data (JSON)")
|