kdallash commited on
Commit
c86dc42
·
verified ·
1 Parent(s): 5b7ac00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ demo = gr.Interface(
49
  gr.Number(label=" Prediction time in second")],
50
  examples=example_list,
51
  title=title,
52
- description=description
 
53
  )
54
  demo.launch(share= False)
55
 
 
49
  gr.Number(label=" Prediction time in second")],
50
  examples=example_list,
51
  title=title,
52
+ description=description,
53
+ cache_examples=False
54
  )
55
  demo.launch(share= False)
56