pszemraj commited on
Commit
7c1503a
·
1 Parent(s): af12f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
97
  with gr.Row():
98
  with gr.Column(scale=4):
99
  user_text = gr.Textbox(
100
- value="Can you write an email to Jerome letting him know that thy're taking the hobbits to Isengard?",
101
  label="User input",
102
  )
103
  model_output = gr.Textbox(label="Model output", lines=10, interactive=False)
@@ -130,9 +130,9 @@ with gr.Blocks() as demo:
130
  )
131
  temperature = gr.Slider(
132
  minimum=0.1,
133
- maximum=5.0,
134
- value=0.8,
135
- step=0.1,
136
  interactive=True,
137
  label="Temperature",
138
  )
 
97
  with gr.Row():
98
  with gr.Column(scale=4):
99
  user_text = gr.Textbox(
100
+ value="How to become a polar bear tamer?",
101
  label="User input",
102
  )
103
  model_output = gr.Textbox(label="Model output", lines=10, interactive=False)
 
130
  )
131
  temperature = gr.Slider(
132
  minimum=0.1,
133
+ maximum=1.4,
134
+ value=0.6,
135
+ step=0.05,
136
  interactive=True,
137
  label="Temperature",
138
  )