Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -434,7 +434,7 @@ def create_gradio_interface():
|
|
| 434 |
with gr.Column(scale=2):
|
| 435 |
gr.Markdown("## Output", elem_id="output-title")
|
| 436 |
#with gr.Tab("Output Stream"):
|
| 437 |
-
|
| 438 |
|
| 439 |
gr.Examples(
|
| 440 |
examples=[
|
|
|
|
| 434 |
with gr.Column(scale=2):
|
| 435 |
gr.Markdown("## Output", elem_id="output-title")
|
| 436 |
#with gr.Tab("Output Stream"):
|
| 437 |
+
output_stream = gr.Textbox(label="Raw Output Stream", interactive=False, lines=24, show_copy_button=True)
|
| 438 |
|
| 439 |
gr.Examples(
|
| 440 |
examples=[
|