Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -314,7 +314,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 314 |
label="Raw Output Stream", interactive=False, lines=8
|
| 315 |
)
|
| 316 |
with gr.Accordion("(Result.md)", open=False):
|
| 317 |
-
|
| 318 |
|
| 319 |
with gr.Accordion("💻 Model Information", open=True):
|
| 320 |
gr.Markdown(
|
|
|
|
| 314 |
label="Raw Output Stream", interactive=False, lines=8
|
| 315 |
)
|
| 316 |
with gr.Accordion("(Result.md)", open=False):
|
| 317 |
+
formatted_output = gr.Markdown(label="Formatted Result (Markdown)")
|
| 318 |
|
| 319 |
with gr.Accordion("💻 Model Information", open=True):
|
| 320 |
gr.Markdown(
|