Spaces:
Runtime error
Runtime error
Commit
·
8ef72bf
1
Parent(s):
788fe1e
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(inline=False)
|