mkshing commited on
Commit
5753b4f
1 Parent(s): 0bb16c0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ def interact_func(message, chat_history, max_context_size, max_new_tokens, tempe
56
 
57
 
58
  with gr.Blocks() as demo:
 
59
  with gr.Accordion("Configs", open=False):
60
  # max_context_size = the number of turns * 2
61
  max_context_size = gr.Number(value=10, label="max_context_size", precision=0)
 
56
 
57
 
58
  with gr.Blocks() as demo:
59
+ gr.Markdown("# Chat with `rinna/japanese-gpt-neox-3.6b-instruction-sft`")
60
  with gr.Accordion("Configs", open=False):
61
  # max_context_size = the number of turns * 2
62
  max_context_size = gr.Number(value=10, label="max_context_size", precision=0)