Akjava commited on
Commit
6e41120
·
verified ·
1 Parent(s): 873ccb3

Update app.py

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