Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1751,7 +1751,7 @@ def launch():
|
|
1751 |
["upload_chat.json", "chat", 0.2, 1024, 0.5, 0, "[STOP],[END],<s>,</s>"],
|
1752 |
["upload_few_shot.json", "few-shot", 0.2, 128, 0.5, 0, "[STOP],[END],<s>,</s>,\\n"]
|
1753 |
],
|
1754 |
-
|
1755 |
)
|
1756 |
|
1757 |
demo_chat = gr.ChatInterface(
|
|
|
1751 |
["upload_chat.json", "chat", 0.2, 1024, 0.5, 0, "[STOP],[END],<s>,</s>"],
|
1752 |
["upload_few_shot.json", "few-shot", 0.2, 128, 0.5, 0, "[STOP],[END],<s>,</s>,\\n"]
|
1753 |
],
|
1754 |
+
cache_examples=False,
|
1755 |
)
|
1756 |
|
1757 |
demo_chat = gr.ChatInterface(
|