Spaces:
Runtime error
Runtime error
Commit
·
5cc939d
1
Parent(s):
b62a466
adding whisper feature for duration
Browse files
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.
|
| 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,
|