jaifar530 commited on
Commit
6548f98
·
unverified ·
1 Parent(s): 8e0cc30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ if not os.path.exists('my_authorship_model'):
40
  if os.path.exists(zip_file_path):
41
  st.write("Zip file exists")
42
 
43
- # Debugging: List contents of the zip file using unzip
44
- subprocess.run(['unzip', '-l', zip_file_path])
45
 
46
  # Extract the model using unzip
47
  unzip_result = subprocess.run(['unzip', '-o', zip_file_path, '-d', 'my_authorship_model'])
 
40
  if os.path.exists(zip_file_path):
41
  st.write("Zip file exists")
42
 
43
+ # # Debugging: List contents of the zip file using unzip
44
+ # subprocess.run(['unzip', '-l', zip_file_path])
45
 
46
  # Extract the model using unzip
47
  unzip_result = subprocess.run(['unzip', '-o', zip_file_path, '-d', 'my_authorship_model'])