Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -503,12 +503,10 @@ def synth_api(text, lang_key, speaker_str, steps, cfg, length_scale, temp, dur_n
|
|
| 503 |
with gr.Blocks(title="SlopTTS Inference") as app:
|
| 504 |
# --- Custom Readme Header ---
|
| 505 |
gr.Markdown("""
|
| 506 |
-
# 🎙️
|
| 507 |
|
| 508 |
### ℹ️ About Me & The Model
|
| 509 |
-
Hi there! I am the developer behind
|
| 510 |
-
|
| 511 |
-
*I don't have a job right now, so if you want to hire me, feel free to DM!*
|
| 512 |
""")
|
| 513 |
|
| 514 |
with gr.Row():
|
|
|
|
| 503 |
with gr.Blocks(title="SlopTTS Inference") as app:
|
| 504 |
# --- Custom Readme Header ---
|
| 505 |
gr.Markdown("""
|
| 506 |
+
# 🎙️ SFlowTTS Inference Playground
|
| 507 |
|
| 508 |
### ℹ️ About Me & The Model
|
| 509 |
+
Hi there! I am the developer behind SFlowTTS. This model is using a **44.1 kHz** FSQ vocoder combined with a discrete Flow-Matching architecture. This 2-stage architecture has ~200M parameters. I trained the entire model within 7 days on 2x H100
|
|
|
|
|
|
|
| 510 |
""")
|
| 511 |
|
| 512 |
with gr.Row():
|