prithivMLmods commited on
Commit
731b492
·
verified ·
1 Parent(s): f856c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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.Markdown("## Output Stream", elem_id="output-title")
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",