Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
)
|