FashionFlora commited on
Commit
06b8e8e
·
verified ·
1 Parent(s): bb38d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- # 🎙️ SlopTTS Inference Playground
507
 
508
  ### ℹ️ About Me & The Model
509
- Hi there! I am the developer behind SlopTTS. 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 1x H100 using 770 hours of multilingual data, but development took much longer.
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():