Spaces:
Running
Running
:elephant:
Browse files- src/app.py +0 -2
src/app.py
CHANGED
@@ -32,8 +32,6 @@ import requests
|
|
32 |
import zipfile
|
33 |
|
34 |
def download_and_unzip(url, output_dir):
|
35 |
-
if not os.path.exists(output_dir):
|
36 |
-
os.makedirs(output_dir)
|
37 |
response = requests.get(url)
|
38 |
zip_file_path = os.path.basename(url)
|
39 |
with open(zip_file_path, 'wb') as f:
|
|
|
32 |
import zipfile
|
33 |
|
34 |
def download_and_unzip(url, output_dir):
|
|
|
|
|
35 |
response = requests.get(url)
|
36 |
zip_file_path = os.path.basename(url)
|
37 |
with open(zip_file_path, 'wb') as f:
|