Spaces:
Runtime error
Runtime error
Update public_app.py
Browse files- public_app.py +1 -1
public_app.py
CHANGED
@@ -84,7 +84,7 @@ if __name__ == '__main__':
|
|
84 |
['Who were the voting members present in the meeting on March 2010?'],
|
85 |
['How important was the pandemic of Covid-19 in the discussions during 2020?'],
|
86 |
['What was the impact of the oil crisis for the economic outlook during 1973?']],
|
87 |
-
cache_examples=
|
88 |
)
|
89 |
app.queue()
|
90 |
app.launch()
|
|
|
84 |
['Who were the voting members present in the meeting on March 2010?'],
|
85 |
['How important was the pandemic of Covid-19 in the discussions during 2020?'],
|
86 |
['What was the impact of the oil crisis for the economic outlook during 1973?']],
|
87 |
+
cache_examples=False
|
88 |
)
|
89 |
app.queue()
|
90 |
app.launch()
|