nxphi47 commited on
Commit
26efede
1 Parent(s): 1fdfeae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # cache_examples=True,
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(