You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../xtts-streaming-server/.venv/lib/python3.10/site-packages/gradio/components/dropdown.py:176: UserWarning: Using the update method is deprecated. Simply return a new object instead, e.g. return gr.Dropdown(...) instead of return gr.Dropdown.update(...).
warnings.warn(
When I try to create new voice from wav-file...
.../xtts-streaming-server/.venv/lib/python3.10/site-packages/gradio/components/dropdown.py:176: UserWarning: Using the update method is deprecated. Simply return a new object instead, e.g.
return gr.Dropdown(...)
instead ofreturn gr.Dropdown.update(...)
.warnings.warn(
pip freeze:
...
gradio==3.50.2
gradio_client==0.6.1
...
The text was updated successfully, but these errors were encountered: