yulongchen commited on
Commit
9529a0d
·
1 Parent(s): f4af3c4

Add system

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def run_model():
183
  with open(default_log_path, "w") as f:
184
  f.write(json.dumps(log_entry, indent=1))
185
 
186
- tsv_path = outputs["sorted_events"]
187
 
188
  try:
189
  api = HfApi()
 
183
  with open(default_log_path, "w") as f:
184
  f.write(json.dumps(log_entry, indent=1))
185
 
186
+ tsv_path = outputs["augmented_tsv_file"]
187
 
188
  try:
189
  api = HfApi()