Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import librosa
|
|
| 5 |
import gradio as gr
|
| 6 |
from snac import SNAC
|
| 7 |
|
| 8 |
-
orpheus_model_id = '
|
| 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/
|
| 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 |
|