ford442 commited on
Commit
fef75b7
Β·
1 Parent(s): b4c9d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -333,6 +333,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
333
  "Long (100s)",
334
  "Long (120s)",
335
  "Long (140s)",
 
336
  )
337
 
338
  duration_dropdown.change(set_gpu_duration, inputs=duration_dropdown, outputs=gpu_duration_state)
 
333
  "Long (100s)",
334
  "Long (120s)",
335
  "Long (140s)",
336
+ ]
337
  )
338
 
339
  duration_dropdown.change(set_gpu_duration, inputs=duration_dropdown, outputs=gpu_duration_state)