Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ model = mr.get_best_model("aqi_model", "rmse", "min")
|
|
42 |
model_dir = model.download()
|
43 |
model = joblib.load(model_dir + "/aqi_model.pkl")
|
44 |
|
45 |
-
fancy_header('\n Model loaded. Let's make predictions!')
|
46 |
|
47 |
progress_bar.progress(80)
|
48 |
|
|
|
42 |
model_dir = model.download()
|
43 |
model = joblib.load(model_dir + "/aqi_model.pkl")
|
44 |
|
45 |
+
fancy_header('\n Model loaded. Let\'s make predictions!')
|
46 |
|
47 |
progress_bar.progress(80)
|
48 |
|