wxgeorge commited on
Commit
a920174
·
1 Parent(s): 056acd4

:wrench: jack up default klimbr rate.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(title_text, css=css) as demo:
249
  percentage = gr.Slider(
250
  minimum=0,
251
  maximum=1,
252
- value=0.15,
253
  label="Percentage of input text to randomize"
254
  )
255
 
 
249
  percentage = gr.Slider(
250
  minimum=0,
251
  maximum=1,
252
+ value=0.65,
253
  label="Percentage of input text to randomize"
254
  )
255