Instructions to use jadechoghari/VoiceRestore with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jadechoghari/VoiceRestore with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jadechoghari/VoiceRestore", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#4
by TheEliEngineer - opened
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: audio-to-audio
|
| 4 |
-
library_name: transformers
|
| 5 |
---
|
| 6 |
# VoiceRestore: Flow-Matching Transformers for Speech Recording Quality Restoration
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: audio-to-audio
|
|
|
|
| 4 |
---
|
| 5 |
# VoiceRestore: Flow-Matching Transformers for Speech Recording Quality Restoration
|
| 6 |
|