nightfury commited on
Commit
ae3b1a9
1 Parent(s): 878bed8

Create new file

Browse files
Files changed (1) hide show
  1. app_t.py +3 -0
app_t.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import zipfile
2
+ with zipfile.ZipFile("https://huggingface.co/spaces/nightfury/SD-InPainting/blob/main/clipseg-master.zip", 'r') as zip_ref:
3
+ zip_ref.extractall("home/user/app/")