list index out of range: webui.py line 660 in setup_gradio #204

Closed
opened 2023-04-13 03:11:52 +07:00 by chigkim · 1 comments

The latest commit throws this error when running Colab notebook.

No module named 'vall_e'
Traceback (most recent call last):
  File "/content/ai-voice-cloning/./src/main.py", line 21, in <module>
    webui = setup_gradio()
  File "/content/ai-voice-cloning/src/webui.py", line 660, in setup_gradio
    EXEC_SETTINGS['valle_model'] = gr.Dropdown(choices=valle_models, label="VALL-E Model Config", value=args.valle_model if args.valle_model else valle_models[0])
IndexError: list index out of range
The latest commit throws this error when running Colab notebook. ``` No module named 'vall_e' Traceback (most recent call last): File "/content/ai-voice-cloning/./src/main.py", line 21, in <module> webui = setup_gradio() File "/content/ai-voice-cloning/src/webui.py", line 660, in setup_gradio EXEC_SETTINGS['valle_model'] = gr.Dropdown(choices=valle_models, label="VALL-E Model Config", value=args.valle_model if args.valle_model else valle_models[0]) IndexError: list index out of range ```

Seems like it's fixed now.

Seems like it's fixed now.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#204
There is no content yet.