diff --git a/demo/app.py b/demo/app.py index 08d53ad..d5f0644 100644 --- a/demo/app.py +++ b/demo/app.py @@ -156,7 +156,7 @@ def get_frankenstein(): with gr.Row(): voice = gr.Dropdown(list(CHOICES.items()), value='af_heart', label='Voice', info='Quality and availability vary by language') use_gpu = gr.Dropdown( - [('ZeroGPU 🚀', True), ('CPU 🐌', False)], + [('CPU 🐌', False), ('ZeroGPU 🚀', True)], value=CUDA_AVAILABLE, label='Hardware', info='GPU is usually faster, but has a usage quota',