|
--- |
|
title: Bark |
|
emoji: 🐶 |
|
colorFrom: gray |
|
colorTo: blue |
|
sdk: gradio |
|
sdk_version: 5.35.0 |
|
python_version: 3.11 |
|
app_file: app.py |
|
pinned: false |
|
license: cc-by-nc-4.0 |
|
short_description: Bark TTS - PyTorch 2.6 Compatible |
|
--- |
|
|
|
This solves the PyTorch 2.6 breaking change where weights_only=True became the default, |
|
causing issues with older model files that contain non-tensor objects, with monkey patch patched_load() |
|
|
|
Updated to Python 3.11, latest Gradio, and requirements.txt |
|
|
|
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |