Matt commited on
Commit
0e4386f
·
1 Parent(s): 93a35a7
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -51,6 +51,12 @@ with gr.Blocks() as demo:
51
  with gr.Row():
52
  gr.Button("ChatML")
53
  gr.Button("Zephyr")
 
 
 
 
 
 
54
  template_in = gr.TextArea(value=default_template, lines=10, max_lines=30, label="Chat Template")
55
  conversation_in = gr.TextArea(value=demo_conversation, lines=6, label="Conversation")
56
  generation_prompt_check = gr.Checkbox(value=False, label="Add generation prompt")
 
51
  with gr.Row():
52
  gr.Button("ChatML")
53
  gr.Button("Zephyr")
54
+ with gr.Row():
55
+ gr.Button("LLaMA")
56
+ gr.Button("Alpaca")
57
+ with gr.Row():
58
+ gr.Button("Vicuna")
59
+ gr.Button("Something else")
60
  template_in = gr.TextArea(value=default_template, lines=10, max_lines=30, label="Chat Template")
61
  conversation_in = gr.TextArea(value=demo_conversation, lines=6, label="Conversation")
62
  generation_prompt_check = gr.Checkbox(value=False, label="Add generation prompt")