Update app.py
Browse files
app.py
CHANGED
@@ -82,4 +82,5 @@ gr.Interface(
|
|
82 |
title="Property Price Prediction",
|
83 |
description="Enter property details to get the price prediction.",
|
84 |
article=footer
|
85 |
-
).launch(
|
|
|
|
82 |
title="Property Price Prediction",
|
83 |
description="Enter property details to get the price prediction.",
|
84 |
article=footer
|
85 |
+
).launch(debug=True)
|
86 |
+
|