Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ with gr.Blocks() as demo:
|
|
| 214 |
)
|
| 215 |
|
| 216 |
with gr.Column(scale=2):
|
| 217 |
-
output_text = gr.Textbox(label="Parsed Content (Markdown/LaTeX)", lines=12,
|
| 218 |
output_image = gr.Image(label="Layout Detection", type="pil")
|
| 219 |
|
| 220 |
submit_btn.click(
|
|
|
|
| 214 |
)
|
| 215 |
|
| 216 |
with gr.Column(scale=2):
|
| 217 |
+
output_text = gr.Textbox(label="Parsed Content (Markdown/LaTeX)", lines=12, interactive=True)
|
| 218 |
output_image = gr.Image(label="Layout Detection", type="pil")
|
| 219 |
|
| 220 |
submit_btn.click(
|