eduardo-alvarez commited on
Commit
7eaaffa
·
verified ·
1 Parent(s): ba3a2b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=500, value=5, step=1,
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(