prithivMLmods commited on
Commit
d8b0882
·
verified ·
1 Parent(s): e8f0fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=12, show_copy_button=True)
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"],