Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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(
|