huzaifa113 commited on
Commit
1b7952b
·
verified ·
1 Parent(s): 7d1803a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -367,7 +367,7 @@ print(f"Risk Level: {risk_level}")
367
 
368
  """## Step 6: Gradio Interface"""
369
 
370
- !pip install gradio
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