sirekist98 commited on
Commit
c8b4c8a
·
verified ·
1 Parent(s): 7a19353

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,7 +56,7 @@ You can run inference using the demo space: [Orpheus TTS Spanish Fine-Tuned](htt
56
 
57
  To run inference locally with full control:
58
 
59
- ```pythonpython
60
  import torch
61
  from transformers import AutoTokenizer, AutoModelForCausalLM
62
  from peft import PeftModel
@@ -65,7 +65,7 @@ from snac import SNAC
65
  # --- Minimal config ---
66
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
67
  BASE = "canopylabs/3b-es_it-pretrain-research_release"
68
- LORA = "sirekist98/orpheustts_spanish_finetuned"
69
  SNAC_ID = "hubertsiuzdak/snac_24khz"
70
 
71
  VOICE = "alloy"
 
56
 
57
  To run inference locally with full control:
58
 
59
+ ```python
60
  import torch
61
  from transformers import AutoTokenizer, AutoModelForCausalLM
62
  from peft import PeftModel
 
65
  # --- Minimal config ---
66
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
67
  BASE = "canopylabs/3b-es_it-pretrain-research_release"
68
+ LORA = "sirekist98/spanish_tts_emotions"
69
  SNAC_ID = "hubertsiuzdak/snac_24khz"
70
 
71
  VOICE = "alloy"