FredZhang7 commited on
Commit
d981c54
·
1 Parent(s): 62c6c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(title=title) as demo:
106
  with gr.Row():
107
  with gr.Column():
108
  instruction = gr.Textbox(lines=2, label="Instruction", value='東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。')
109
- input = gr.Textbox(lines=2, label="Input", placeholder="none")
110
  token_count = gr.Slider(10, 300, label="Max Tokens", step=10, value=300)
111
  temperature = gr.Slider(0.2, 2.0, label="Temperature", step=0.1, value=1.2)
112
  top_p = gr.Slider(0.0, 1.0, label="Top P", step=0.05, value=0.5)
 
106
  with gr.Row():
107
  with gr.Column():
108
  instruction = gr.Textbox(lines=2, label="Instruction", value='東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。')
109
+ input = gr.Textbox(lines=2, label="Input", placeholder="")
110
  token_count = gr.Slider(10, 300, label="Max Tokens", step=10, value=300)
111
  temperature = gr.Slider(0.2, 2.0, label="Temperature", step=0.1, value=1.2)
112
  top_p = gr.Slider(0.0, 1.0, label="Top P", step=0.05, value=0.5)