hunyuan-t commited on
Commit
69eade3
·
verified ·
1 Parent(s): 20cbf02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ latex_delimiters = [
71
  chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
72
 
73
  demo = gr.ChatInterface(respond,
74
- title="Hunyuan T1",
75
  examples=example_prompts,
76
  chatbot=chatbot
77
  )
 
71
  chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
72
 
73
  demo = gr.ChatInterface(respond,
74
+ title="Hunyuan TruboS",
75
  examples=example_prompts,
76
  chatbot=chatbot
77
  )