Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ iface = gr.Interface(
|
|
24 |
description="Predict home price based on input features"
|
25 |
)
|
26 |
|
27 |
-
#
|
28 |
-
iface.launch(
|
|
|
24 |
description="Predict home price based on input features"
|
25 |
)
|
26 |
|
27 |
+
# Launch the interface without 'enable_api'
|
28 |
+
iface.launch()
|