Omnibus commited on
Commit
2cf0f28
·
1 Parent(s): 6c83ec9

Update chatchain.py

Browse files
Files changed (1) hide show
  1. chatchain.py +1 -1
chatchain.py CHANGED
@@ -21,7 +21,7 @@ def store_image(img,chain_load):
21
  token=token_self,
22
  repo_type="dataset",
23
  )
24
- os.remove("tmp_send.json")
25
  except Exception as e:
26
  print (f'Error storing image: {e}')
27
  def update_rec_list(main_chain):
 
21
  token=token_self,
22
  repo_type="dataset",
23
  )
24
+ #os.remove("tmp_send.json")
25
  except Exception as e:
26
  print (f'Error storing image: {e}')
27
  def update_rec_list(main_chain):