Plat commited on
Commit
94d52d9
·
1 Parent(s): 3f35dda

chore: not to cache example outputs

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ demo = gr.ChatInterface(
116
  ["明晰夢とはなんですか?"],
117
  ["シュレディンガー方程式とシュレディンガーの猫はどのような関係がありますか?"],
118
  ],
 
119
  )
120
 
121
 
 
116
  ["明晰夢とはなんですか?"],
117
  ["シュレディンガー方程式とシュレディンガーの猫はどのような関係がありますか?"],
118
  ],
119
+ cache_examples=False,
120
  )
121
 
122