Update app.py
Browse files
app.py
CHANGED
|
@@ -33,5 +33,5 @@ interface = gr.Interface(
|
|
| 33 |
description="Enter house details to predict price using XGBoost."
|
| 34 |
)
|
| 35 |
|
| 36 |
-
if
|
| 37 |
interface.launch()
|
|
|
|
| 33 |
description="Enter house details to predict price using XGBoost."
|
| 34 |
)
|
| 35 |
|
| 36 |
+
if __name__ == "__main__":
|
| 37 |
interface.launch()
|