Spaces:
Sleeping
Sleeping
Adjusted default output length
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ with gr.Blocks() as demo:
|
|
| 10 |
with gr.Row():
|
| 11 |
with gr.Column():
|
| 12 |
temperature_slider = gr.Slider(0.01, 1, label="Temperature", value=0.5)
|
| 13 |
-
output_length = gr.Number(value=
|
| 14 |
start_button = gr.Button(variant="primary")
|
| 15 |
examples = gr.Examples([0.2, 0.4, 0.6, 0.8, 1], temperature_slider)
|
| 16 |
with gr.Column():
|
|
|
|
| 10 |
with gr.Row():
|
| 11 |
with gr.Column():
|
| 12 |
temperature_slider = gr.Slider(0.01, 1, label="Temperature", value=0.5)
|
| 13 |
+
output_length = gr.Number(value=500, label="Output Length")
|
| 14 |
start_button = gr.Button(variant="primary")
|
| 15 |
examples = gr.Examples([0.2, 0.4, 0.6, 0.8, 1], temperature_slider)
|
| 16 |
with gr.Column():
|