Spaces:
Runtime error
Runtime error
Commit
·
92370cb
1
Parent(s):
8ef72bf
Update app.py
Browse files
app.py
CHANGED
@@ -77,4 +77,4 @@ gr.inputs.Slider(minimum=0, maximum=150, step=1, default=5, label="Number of Sam
|
|
77 |
outputs = ["dataframe","plot"],
|
78 |
description="LSTM STOCK PREDICTION")
|
79 |
|
80 |
-
interface.launch(
|
|
|
77 |
outputs = ["dataframe","plot"],
|
78 |
description="LSTM STOCK PREDICTION")
|
79 |
|
80 |
+
interface.launch()
|