Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ def create_gradio_interface():
|
|
211 |
with gr.Column(scale=2):
|
212 |
with gr.Tabs() as tabs:
|
213 |
with gr.Tab("📝 Extracted Content"):
|
214 |
-
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=
|
215 |
with gr.Row():
|
216 |
examples = gr.Examples(
|
217 |
examples=["examples/example_img2.png", "examples/example_img1.png"],
|
|
|
211 |
with gr.Column(scale=2):
|
212 |
with gr.Tabs() as tabs:
|
213 |
with gr.Tab("📝 Extracted Content"):
|
214 |
+
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=13, show_copy_button=True)
|
215 |
with gr.Row():
|
216 |
examples = gr.Examples(
|
217 |
examples=["examples/example_img2.png", "examples/example_img1.png"],
|