thepolymerguy commited on
Commit
5ab5297
1 Parent(s): f88e4b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ def generateresponse(history, temp, top_p, tokens):
219
 
220
  response = f"Response{outputs}"
221
 
222
- f = open("Model_bert/log.log", "a")
223
  count = 1
224
  f.write(f'{count}\n')
225
  f.close()
 
219
 
220
  response = f"Response{outputs}"
221
 
222
+ f = open(os.path.join(os.path.dirname(__file__), "Model_bert/log.log"), "a")
223
  count = 1
224
  f.write(f'{count}\n')
225
  f.close()