Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ gr.Interface(
|
|
46 |
],
|
47 |
title="Demand Forecasting",
|
48 |
description="Enter the mapped code and the number of months to predict future demand."
|
49 |
-
).launch()
|
|
|
46 |
],
|
47 |
title="Demand Forecasting",
|
48 |
description="Enter the mapped code and the number of months to predict future demand."
|
49 |
+
).launch(share=True)
|