Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(theme="default") as demo:
|
|
24 |
prompt_input = gr.Textbox(label="User Prompt", placeholder="Type your prompt here")
|
25 |
response_input = gr.Textbox(label="Expected Output", placeholder="Type simulated response here")
|
26 |
|
27 |
-
wps_slider = gr.Slider(minimum=1, maximum=
|
28 |
label="Simulated Words per Second")
|
29 |
|
30 |
generate_btn.click(
|
|
|
24 |
prompt_input = gr.Textbox(label="User Prompt", placeholder="Type your prompt here")
|
25 |
response_input = gr.Textbox(label="Expected Output", placeholder="Type simulated response here")
|
26 |
|
27 |
+
wps_slider = gr.Slider(minimum=1, maximum=5000, value=5, step=1,
|
28 |
label="Simulated Words per Second")
|
29 |
|
30 |
generate_btn.click(
|