ford442 commited on
Commit
2a21be6
·
verified ·
1 Parent(s): f6ed375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ def create_advanced_options():
417
  gpu_duration = gr.Dropdown(
418
  label="GPU Duration",
419
  choices=list(GPU_DURATION_OPTIONS.keys()),
420
- value="Medium (60s)" # Default value
421
  )
422
 
423
  gpu_duration.change(fn=set_gpu_duration, inputs=gpu_duration, outputs=[])
 
417
  gpu_duration = gr.Dropdown(
418
  label="GPU Duration",
419
  choices=list(GPU_DURATION_OPTIONS.keys()),
420
+ value="Medium (80s)" # Default value
421
  )
422
 
423
  gpu_duration.change(fn=set_gpu_duration, inputs=gpu_duration, outputs=[])