Yehor commited on
Commit
a5fdabe
·
verified ·
1 Parent(s): 9c801fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def text_to_kenlm(
228
  results.append(line)
229
 
230
  # Write to intermediate file
231
- intermediate_file = f"{app_dir}/intermediate.txt"
232
  with open(intermediate_file, "w") as f:
233
  f.write(" ".join(results))
234
 
 
228
  results.append(line)
229
 
230
  # Write to intermediate file
231
+ intermediate_file = f"/tmp/intermediate.txt"
232
  with open(intermediate_file, "w") as f:
233
  f.write(" ".join(results))
234