Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|