nightfury commited on
Commit
aa0de2b
1 Parent(s): 85fbb1d

Update app_t.py

Browse files
Files changed (1) hide show
  1. app_t.py +5 -5
app_t.py CHANGED
@@ -4,11 +4,11 @@ from os import path
4
  from zipfile import ZipFile
5
  from shutil import make_archive
6
 
7
- def main():
8
- filename = "clipseg-master.zip"
9
- extract_dir = "clipseg"
10
- archive_format = "zip"
11
-
12
  if path.exists(filename):
13
  print ("yes zip location exists.")
14
  src=path.realpath(filename)
 
4
  from zipfile import ZipFile
5
  from shutil import make_archive
6
 
7
+ filename = "clipseg-master.zip"
8
+ extract_dir = "clipseg"
9
+ archive_format = "zip"
10
+
11
+ def main():
12
  if path.exists(filename):
13
  print ("yes zip location exists.")
14
  src=path.realpath(filename)