Spaces:
Sleeping
Sleeping
Update entrypoint.py
Browse files- 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 |
|