prithivMLmods commited on
Commit
c6bec25
·
verified ·
1 Parent(s): 030b05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def create_gradio_interface():
249
  with gr.Column(scale=2):
250
  with gr.Tabs() as tabs:
251
  with gr.Tab("📝 Extracted Content"):
252
- raw_output_stream = gr.Textbox(label="Raw Model Output(max T ≤ 120s)", interactive=False, lines=15, show_copy_button=True)
253
  with gr.Row():
254
  examples = gr.Examples(
255
  examples=["examples/1.png",
 
249
  with gr.Column(scale=2):
250
  with gr.Tabs() as tabs:
251
  with gr.Tab("📝 Extracted Content"):
252
+ raw_output_stream = gr.Textbox(label="Raw Model Output (max T ≤ 120s)", interactive=False, lines=15, show_copy_button=True)
253
  with gr.Row():
254
  examples = gr.Examples(
255
  examples=["examples/1.png",