edwko commited on
Commit
665d980
·
verified ·
1 Parent(s): 800961c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -59,7 +59,13 @@ def generate_tts(
59
  return None, str(e)
60
 
61
  with gr.Blocks() as demo:
62
- gr.Markdown("# OuteTTS-0.3-1B Text-to-Speech Demo")
 
 
 
 
 
 
63
 
64
  error_box = gr.Textbox(label="Error Messages", visible=False)
65
 
 
59
  return None, str(e)
60
 
61
  with gr.Blocks() as demo:
62
+ gr.Markdown("""# OuteTTS-0.3-1B Text-to-Speech Demo
63
+
64
+ ### Model repositories:
65
+
66
+ [OuteTTS-0.3-1B](https://huggingface.co/OuteAI/OuteTTS-0.3-1B) || [OuteTTS-0.3-500M](https://huggingface.co/OuteAI/OuteTTS-0.3-500M) || [OuteTTS-0.3-1B-GGUF](https://huggingface.co/OuteAI/OuteTTS-0.3-1B-GGUF) || [OuteTTS-0.3-500M-GGUF](https://huggingface.co/OuteAI/OuteTTS-0.3-500M-GGUF)
67
+ """)
68
+
69
 
70
  error_box = gr.Textbox(label="Error Messages", visible=False)
71