Vaddiritz commited on
Commit
9dbf05b
·
verified ·
1 Parent(s): 7080538

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()