jonathanagustin commited on
Commit
b0a23ae
1 Parent(s): dac7224

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ def main():
64
  """
65
  Main function to create and launch the Gradio interface with input validation and error handling.
66
  """
67
- # Define model and voice options
68
  MODEL_OPTIONS = ["tts-1", "tts-1-hd"]
69
  VOICE_OPTIONS = ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
70
 
 
64
  """
65
  Main function to create and launch the Gradio interface with input validation and error handling.
66
  """
 
67
  MODEL_OPTIONS = ["tts-1", "tts-1-hd"]
68
  VOICE_OPTIONS = ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]
69