Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import urllib.request
|
|
9 |
|
10 |
DOWNLOAD_ROOT = "https://raw.githubusercontent.com/ageron/handson-ml2/master/"
|
11 |
HOUSING_PATH = os.path.join("datasets", "housing")
|
12 |
-
HOUSING_URL = DOWNLOAD_ROOT + "datasets/housing/housing.tgz"
|
13 |
|
14 |
def fetch_housing_data(housing_url=HOUSING_URL, housing_path=HOUSING_PATH):
|
15 |
if not os.path.isdir(housing_path):
|
|
|
9 |
|
10 |
DOWNLOAD_ROOT = "https://raw.githubusercontent.com/ageron/handson-ml2/master/"
|
11 |
HOUSING_PATH = os.path.join("datasets", "housing")
|
12 |
+
HOUSING_URL = DOWNLOAD_ROOT + "datasets/housing/housing.tgz"
|
13 |
|
14 |
def fetch_housing_data(housing_url=HOUSING_URL, housing_path=HOUSING_PATH):
|
15 |
if not os.path.isdir(housing_path):
|