Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -599,8 +599,7 @@ def create_gradio_interface():
|
|
| 599 |
with gr.Column(scale=2):
|
| 600 |
with gr.Tabs() as tabs:
|
| 601 |
with gr.Tab("📝 Extracted Content"):
|
| 602 |
-
gr.
|
| 603 |
-
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=15, show_copy_button=True)
|
| 604 |
with gr.Row():
|
| 605 |
examples = gr.Examples(
|
| 606 |
examples=["examples/1.png", "examples/2.png", "examples/3.png",
|
|
|
|
| 599 |
with gr.Column(scale=2):
|
| 600 |
with gr.Tabs() as tabs:
|
| 601 |
with gr.Tab("📝 Extracted Content"):
|
| 602 |
+
raw_output_stream = gr.Textbox(label="Raw Output Stream", interactive=False, lines=15, show_copy_button=True)
|
|
|
|
| 603 |
with gr.Row():
|
| 604 |
examples = gr.Examples(
|
| 605 |
examples=["examples/1.png", "examples/2.png", "examples/3.png",
|