Spaces:
Runtime error
Runtime error
Removing auto-caching of examples
Browse files
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)
|