prithivMLmods commited on
Commit
44091bb
·
verified ·
1 Parent(s): ada109c

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("### 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)")
 
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)")