masanorihirano
commited on
Commit
β’
1a09cf8
1
Parent(s):
ecf7aeb
update
Browse files
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
|
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=
|
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,
|