Omnibus commited on
Commit
cadb7ad
1 Parent(s): ba6433f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as app:
123
  clear_btn=gr.Button("Clear")
124
  client_choice=gr.Dropdown(label="Models",type='index',choices=[c for c in models],value=models[0],interactive=True)
125
  with gr.Accordion("Prompt Format",open=False):
126
- custom_prompt=gr.Textbox(label="Modify Prompt Format", info="For testing purposes. 'USER_INPUT' is where 'SYSTEM_PROMPT, PROMPT' will be placed", lines=5,value="<start_of_turn>userUSER_INPUT<end_of_turn><start_of_turn>model")
127
  with gr.Column(scale=1):
128
  with gr.Group():
129
  rand = gr.Checkbox(label="Random Seed", value=True)
 
123
  clear_btn=gr.Button("Clear")
124
  client_choice=gr.Dropdown(label="Models",type='index',choices=[c for c in models],value=models[0],interactive=True)
125
  with gr.Accordion("Prompt Format",open=False):
126
+ custom_prompt=gr.Textbox(label="Modify Prompt Format", info="For testing purposes. 'USER_INPUT' is where 'SYSTEM_PROMPT, PROMPT' will be placed", lines=3,value="<start_of_turn>userUSER_INPUT<end_of_turn><start_of_turn>model")
127
  with gr.Column(scale=1):
128
  with gr.Group():
129
  rand = gr.Checkbox(label="Random Seed", value=True)