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