Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|