Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -367,7 +367,7 @@ print(f"Risk Level: {risk_level}")
|
|
| 367 |
|
| 368 |
"""## Step 6: Gradio Interface"""
|
| 369 |
|
| 370 |
-
|
| 371 |
|
| 372 |
import gradio as gr
|
| 373 |
import logging
|
|
@@ -518,4 +518,3 @@ joblib.dump(scaler, 'scaler.pkl')
|
|
| 518 |
|
| 519 |
logger.info("Model and scaler saved as 'linear_regression_model.pkl' and 'scaler.pkl'.")
|
| 520 |
|
| 521 |
-
!jupyter nbconvert --to python PPAS_Model.ipynb
|
|
|
|
| 367 |
|
| 368 |
"""## Step 6: Gradio Interface"""
|
| 369 |
|
| 370 |
+
|
| 371 |
|
| 372 |
import gradio as gr
|
| 373 |
import logging
|
|
|
|
| 518 |
|
| 519 |
logger.info("Model and scaler saved as 'linear_regression_model.pkl' and 'scaler.pkl'.")
|
| 520 |
|
|
|