hi-melnikov commited on
Commit
881fd3f
1 Parent(s): 68d2d6c

uncommend judgement

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,8 +146,8 @@ if __name__ == "__main__":
146
  repo_type="dataset",
147
  token=HF_TOKEN_PRIVATE,
148
  )
149
- # gen_judgement_file = os.path.join(HF_HOME, "src/gen/gen_judgement.py")
150
- # subprocess.run(["python3", gen_judgement_file], check=True)
151
 
152
  show_result_file = os.path.join(HF_HOME, "src/gen/show_result.py")
153
  subprocess.run(["python3", show_result_file, "--output"], check=True)
 
146
  repo_type="dataset",
147
  token=HF_TOKEN_PRIVATE,
148
  )
149
+ gen_judgement_file = os.path.join(HF_HOME, "src/gen/gen_judgement.py")
150
+ subprocess.run(["python3", gen_judgement_file], check=True)
151
 
152
  show_result_file = os.path.join(HF_HOME, "src/gen/show_result.py")
153
  subprocess.run(["python3", show_result_file, "--output"], check=True)