Akjava commited on
Commit
c2fa3e3
·
verified ·
1 Parent(s): 0d37ebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ def call_generate_text(message, history):
89
 
90
 
91
  with gr.Blocks(title="LLM with TTS") as demo:
 
92
  js = """
93
  function(chatbot){
94
  console.log(chatbot)
 
89
 
90
 
91
  with gr.Blocks(title="LLM with TTS") as demo:
92
+ gr.Markdown("LLM and TTS models will change without notice.")
93
  js = """
94
  function(chatbot){
95
  console.log(chatbot)