Nymbo commited on
Commit
0ece291
·
verified ·
1 Parent(s): 16af251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def supertonic_tts(text: str, speed: float, voice: str, steps: int, silence_dura
81
  raise gr.Error(f"Error during speech generation: {str(e)}")
82
 
83
  with gr.Blocks() as demo:
84
- gr.HTML("<h1 style='text-align: center;'>Supertonic-TTS</h1><p style='text-align: center;'>Powered by Supertone/upertonic on CPU</p>")
85
 
86
  # We need to initialize to get voices, but we don't want to block startup too long if download is needed.
87
  # For now, let's try to get voices, if empty, user might need to click generate to trigger download/init first?
 
81
  raise gr.Error(f"Error during speech generation: {str(e)}")
82
 
83
  with gr.Blocks() as demo:
84
+ gr.HTML("<h1 style='text-align: center;'>Supertonic-TTS</h1><p style='text-align: center;'>Powered by Supertone/Supertonic on CPU</p>")
85
 
86
  # We need to initialize to get voices, but we don't want to block startup too long if download is needed.
87
  # For now, let's try to get voices, if empty, user might need to click generate to trigger download/init first?