masterak25 commited on
Commit
92370cb
1 Parent(s): 8ef72bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(inline=False)
 
77
  outputs = ["dataframe","plot"],
78
  description="LSTM STOCK PREDICTION")
79
 
80
+ interface.launch()