jvedsaqib commited on
Commit
1d2193b
·
verified ·
1 Parent(s): 7f6436c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ gr.Interface(fn=predict_and_plot,
88
  inputs=inputs,
89
  outputs=outputs,
90
  title="LSTM Model Prediction",
91
- description="Enter the total kilometers for the last 4 weeks to get the prediction for the next week along with a plot.").launch()
 
88
  inputs=inputs,
89
  outputs=outputs,
90
  title="LSTM Model Prediction",
91
+ description="Enter the total kilometers for the last 4 weeks to get the prediction for the next week along with a plot.").launch(share=True)