Monkey455 commited on
Commit
6a3f585
·
verified ·
1 Parent(s): 3aebf98

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. hug.py +1 -0
hug.py CHANGED
@@ -20,6 +20,7 @@ try:
20
  folder_path=folder_path, # Make sure this matches the variable above
21
  repo_id="Monkey455/llama3-customerbot",
22
  repo_type="model",
 
23
  )
24
  print("Upload successful!")
25
  except Exception as e:
 
20
  folder_path=folder_path, # Make sure this matches the variable above
21
  repo_id="Monkey455/llama3-customerbot",
22
  repo_type="model",
23
+ allow_patterns=["*"],
24
  )
25
  print("Upload successful!")
26
  except Exception as e: