IlyaGusev commited on
Commit
10b4ec0
1 Parent(s): 6987b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ for f in rm_files:
69
  if not os.path.exists(final_model_path):
70
  with open(final_model_path, "wb") as f:
71
  http_get(model_url, f)
 
72
  print("Files downloaded!")
73
 
74
  model = Llama(
 
69
  if not os.path.exists(final_model_path):
70
  with open(final_model_path, "wb") as f:
71
  http_get(model_url, f)
72
+ os.chmod(final_model_path, 0o777)
73
  print("Files downloaded!")
74
 
75
  model = Llama(