OmniAICreator commited on
Commit
a1fbea8
·
verified ·
1 Parent(s): db18b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import librosa
5
  import gradio as gr
6
  from snac import SNAC
7
 
8
- orpheus_model_id = 'OmniAICreator/Orpheus-3B-JP-exact'
9
 
10
  tokenizer = AutoTokenizer.from_pretrained(orpheus_model_id)
11
 
@@ -223,7 +223,7 @@ with gr.Blocks() as app:
223
  """
224
  # Galgame Orpheus 3B
225
 
226
- This is a local web UI for Galgame Orpheus 3B TTS model. You can check out the model [here](https://huggingface.co/OmniAICreator/Galgame-Llasa-3B).
227
 
228
  The model is fine-tuned by Japanese audio data.
229
 
 
5
  import gradio as gr
6
  from snac import SNAC
7
 
8
+ orpheus_model_id = 'NandemoGHS/Galgame-Orpheus-3B'
9
 
10
  tokenizer = AutoTokenizer.from_pretrained(orpheus_model_id)
11
 
 
223
  """
224
  # Galgame Orpheus 3B
225
 
226
+ This is a local web UI for Galgame Orpheus 3B TTS model. You can check out the model [here](https://huggingface.co/NandemoGHS/Galgame-Orpheus-3B).
227
 
228
  The model is fine-tuned by Japanese audio data.
229