hunyuan-t commited on
Commit
f9eccf3
·
verified ·
1 Parent(s): cd6f25f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ latex_delimiters = [
77
  chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
78
 
79
  demo = gr.ChatInterface(respond,
80
- title="hunyuan-turbos",
81
  examples=example_prompts,
82
  chatbot=chatbot
83
  )
 
77
  chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
78
 
79
  demo = gr.ChatInterface(respond,
80
+ title="Hunyuan T1",
81
  examples=example_prompts,
82
  chatbot=chatbot
83
  )