hunyuan-t commited on
Commit
73bf890
·
verified ·
1 Parent(s): 8e5d4b9

Update app.py

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