admin commited on
Commit
53365eb
·
1 Parent(s): 48cb7fe

add cache_examples=False,

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,4 +50,5 @@ if __name__ == "__main__":
50
  ["彩云小译は最高の翻訳サービスです", "auto2en"],
51
  ["Lingocloud is the best translation service.", "auto2zh"],
52
  ],
 
53
  ).launch()
 
50
  ["彩云小译は最高の翻訳サービスです", "auto2en"],
51
  ["Lingocloud is the best translation service.", "auto2zh"],
52
  ],
53
+ cache_examples=False,
54
  ).launch()