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