ruisp commited on
Commit
c719df9
1 Parent(s): b6769b5

Removing auto-caching of examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ if __name__ == '__main__':
80
  ['How important was the pandemic of Covid-19 in the discussions during 2020?'],
81
  ['What was the impact of the oil crisis for the economic outlook during 1973?']],
82
  )
83
- app.launch()
 
80
  ['How important was the pandemic of Covid-19 in the discussions during 2020?'],
81
  ['What was the impact of the oil crisis for the economic outlook during 1973?']],
82
  )
83
+ app.launch(cache_examples=False)