asmaa1 commited on
Commit
1f02dd4
·
verified ·
1 Parent(s): 6d4869a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def predict_heart_disease(Age, Sex, ChestPainType, RestingBP, Cholesterol, Fasti
49
  return prediction_message, image_url
50
 
51
  # Image URL
52
- image_url = "/content/sample_data/heart.png"
53
 
54
  # Set input and outputs of interface
55
  iface = gr.Interface(
 
49
  return prediction_message, image_url
50
 
51
  # Image URL
52
+ image_url = "heart.png"
53
 
54
  # Set input and outputs of interface
55
  iface = gr.Interface(