Div0013 commited on
Commit
0058845
·
1 Parent(s): a58e46f

cache examples set false

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ iface = gr.Interface(
84
  title="Stock Price Prediction",
85
  description=description,
86
  examples=[["AAPL"], ["MSFT,GOOGL,NVDA"]],
 
87
  allow_flagging='never' # Optional: Disable flagging
88
  )
89
 
 
84
  title="Stock Price Prediction",
85
  description=description,
86
  examples=[["AAPL"], ["MSFT,GOOGL,NVDA"]],
87
+ cache_examples=False,
88
  allow_flagging='never' # Optional: Disable flagging
89
  )
90