Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,5 +79,6 @@ if __name__ == '__main__':
|
|
79 |
['Who were the voting members present in the meeting on March 2010?'],
|
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(
|
|
|
79 |
['Who were the voting members present in the meeting on March 2010?'],
|
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 |
+
cache_examples=False
|
83 |
)
|
84 |
+
app.launch()
|