Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -36,4 +36,6 @@ app = gr.Interface(
|
|
| 36 |
outputs="text",
|
| 37 |
title="Flight Fare Prediction",
|
| 38 |
description="Enter flight details to estimate the fare."
|
| 39 |
-
)
|
|
|
|
|
|
|
|
|
| 36 |
outputs="text",
|
| 37 |
title="Flight Fare Prediction",
|
| 38 |
description="Enter flight details to estimate the fare."
|
| 39 |
+
)
|
| 40 |
+
|
| 41 |
+
app.launch()
|