hunyuan-t commited on
Commit
eacf195
·
verified ·
1 Parent(s): 60b9c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ latex_delimiters = [
86
  chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
87
 
88
  demo = gr.ChatInterface(respond,
89
- title="Hunyuan-Large",
90
  examples=example_prompts,
91
  chatbot=chatbot
92
  )
 
86
  chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
87
 
88
  demo = gr.ChatInterface(respond,
89
+ title="hunyuan-turbos",
90
  examples=example_prompts,
91
  chatbot=chatbot
92
  )