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