Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ latex_delimiters = [
|
|
| 56 |
demo = gr.ChatInterface(
|
| 57 |
fn=respond,
|
| 58 |
examples=example_prompts,
|
| 59 |
-
|
| 60 |
title="千问2.5-72B",
|
| 61 |
description="千问2.5-72B聊天机器人",
|
| 62 |
additional_inputs=[
|
|
|
|
| 56 |
demo = gr.ChatInterface(
|
| 57 |
fn=respond,
|
| 58 |
examples=example_prompts,
|
| 59 |
+
cache_examples=False,
|
| 60 |
title="千问2.5-72B",
|
| 61 |
description="千问2.5-72B聊天机器人",
|
| 62 |
additional_inputs=[
|