masanorihirano commited on
Commit
1a09cf8
β€’
1 Parent(s): ecf7aeb
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(
237
  with gr.Row():
238
  with gr.Column():
239
  instruction = gr.Textbox(
240
- lines=3, label="Instruction (Pre-Prompt + Instruction + Input is limitted to 256 tokens)", placeholder="こんにけは"
241
  )
242
  inputs = gr.Textbox(lines=1, label="Input", placeholder="none")
243
  with gr.Row():
@@ -259,7 +259,7 @@ with gr.Blocks(
259
  )
260
  max_tokens = gr.Slider(
261
  minimum=20,
262
- maximum=384,
263
  value=128,
264
  step=1,
265
  interactive=True,
 
237
  with gr.Row():
238
  with gr.Column():
239
  instruction = gr.Textbox(
240
+ lines=3, label="Instruction", placeholder="こんにけは"
241
  )
242
  inputs = gr.Textbox(lines=1, label="Input", placeholder="none")
243
  with gr.Row():
 
259
  )
260
  max_tokens = gr.Slider(
261
  minimum=20,
262
+ maximum=256,
263
  value=128,
264
  step=1,
265
  interactive=True,