Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,5 +28,5 @@ interface=gr.Interface(
|
|
| 28 |
title="Uber Price Prediction",
|
| 29 |
description="Enter uber details to predict price using XGBoost."
|
| 30 |
)
|
| 31 |
-
if
|
| 32 |
interface.launch()
|
|
|
|
| 28 |
title="Uber Price Prediction",
|
| 29 |
description="Enter uber details to predict price using XGBoost."
|
| 30 |
)
|
| 31 |
+
if __name__ == "__main__":
|
| 32 |
interface.launch()
|