Ftps commited on
Commit
dadccbe
·
1 Parent(s): cb98587

add allow_custom_value attitude

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ with gr.Blocks(
113
  label="Model",
114
  choices=get_available_models(),
115
  value=None,
 
116
  )
117
  rt_pitch = gr.Slider(-12, 12, value=0, step=1, label="Pitch")
118
  rt_index_rate = gr.Slider(0, 1, value=0.75, step=0.05, label="Index Rate")
 
113
  label="Model",
114
  choices=get_available_models(),
115
  value=None,
116
+ allow_custom_value=True,
117
  )
118
  rt_pitch = gr.Slider(-12, 12, value=0, step=1, label="Pitch")
119
  rt_index_rate = gr.Slider(0, 1, value=0.75, step=0.05, label="Index Rate")