lfolle commited on
Commit
ce2cc1b
1 Parent(s): 93c9839

Update entrypoint.py

Browse files
Files changed (1) hide show
  1. entrypoint.py +1 -0
entrypoint.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  import sys
 
3
  import subprocess
4
  from huggingface_hub import Repository
5
 
 
1
  import os
2
  import sys
3
+ import shutil
4
  import subprocess
5
  from huggingface_hub import Repository
6