Samarth991 commited on
Commit
5cc939d
1 Parent(s): b62a466

adding whisper feature for duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(css=css) as demo:
167
  step=1,
168
  value=DEFAULT_MAX_NEW_TOKENS,
169
  )
170
- duration = gr.slider(label='duration in min',minimum=5,maximum = 10,step=1,value=DEFAULT_DURATION)
171
  temperature = gr.Slider(
172
  label='Temperature',
173
  minimum=0.1,
 
167
  step=1,
168
  value=DEFAULT_MAX_NEW_TOKENS,
169
  )
170
+ duration = gr.Slider(label='duration in min',minimum=5,maximum = 10,step=1,value=DEFAULT_DURATION)
171
  temperature = gr.Slider(
172
  label='Temperature',
173
  minimum=0.1,