hexgrad commited on
Commit
657eac3
·
verified ·
1 Parent(s): b7cfba0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ z={
413
  },
414
  )
415
  def change_language(value):
416
- return voice = gr.Dropdown(list(PREVIEW_CHOICES[value].items()), value='af', label='Voice', info='⭐ voices are stable, 🧪 are unstable')
417
 
418
  USE_GPU_CHOICES = [('Auto 🔀', 'auto'), ('CPU 💬', False), ('ZeroGPU 📄', True)]
419
  USE_GPU_INFOS = {
 
413
  },
414
  )
415
  def change_language(value):
416
+ return gr.Dropdown(list(PREVIEW_CHOICES[value].items()), value='af', label='Voice', info='⭐ voices are stable, 🧪 are unstable')
417
 
418
  USE_GPU_CHOICES = [('Auto 🔀', 'auto'), ('CPU 💬', False), ('ZeroGPU 📄', True)]
419
  USE_GPU_INFOS = {