ntam0001 commited on
Commit
ec43e35
1 Parent(s): a03a239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(__debug__=True)
 
 
82
  title="Property Price Prediction",
83
  description="Enter property details to get the price prediction.",
84
  article=footer
85
+ ).launch(debug=True)
86
+