Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
80 |
|
81 |
with gr.Group():
|
82 |
with gr.Row():
|
83 |
-
enable_control = gr.Button(value='Change
|
84 |
|
85 |
with gr.Row(visible=False) as controls:
|
86 |
num_tokens_slider = gr.Slider(
|
|
|
80 |
|
81 |
with gr.Group():
|
82 |
with gr.Row():
|
83 |
+
enable_control = gr.Button(value='Change generation parameters', label='Use generate parameters')
|
84 |
|
85 |
with gr.Row(visible=False) as controls:
|
86 |
num_tokens_slider = gr.Slider(
|