Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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",
|