Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -473,7 +473,7 @@ with gr.Blocks() as demo:
|
|
| 473 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
| 474 |
|
| 475 |
with gr.Column(scale=3):
|
| 476 |
-
gr.Markdown("
|
| 477 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=12)
|
| 478 |
with gr.Accordion("(Result.md)", open=False):
|
| 479 |
markdown_output = gr.Markdown(label="(Result.Md)")
|
|
|
|
| 473 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
| 474 |
|
| 475 |
with gr.Column(scale=3):
|
| 476 |
+
gr.Markdown("## Output", elem_id="output-title")
|
| 477 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=12)
|
| 478 |
with gr.Accordion("(Result.md)", open=False):
|
| 479 |
markdown_output = gr.Markdown(label="(Result.Md)")
|