anonymous8 commited on
Commit
4c05375
·
verified ·
1 Parent(s): 2825ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -39,9 +39,9 @@ attack_recipes = {
39
  def init():
40
  nltk.download("omw-1.4")
41
 
42
- if not os.path.exists("TAD-SST2"):
43
- z = zipfile.ZipFile("checkpoints.zip", "r")
44
- z.extractall(os.getcwd())
45
 
46
  for attacker in ["pwws", "bae", "textfooler", "deepwordbug"]:
47
  for dataset in [
 
39
  def init():
40
  nltk.download("omw-1.4")
41
 
42
+ # if not os.path.exists("TAD-SST2"):
43
+ # z = zipfile.ZipFile("checkpoints.zip", "r")
44
+ # z.extractall(os.getcwd())
45
 
46
  for attacker in ["pwws", "bae", "textfooler", "deepwordbug"]:
47
  for dataset in [