ruisp commited on
Commit
170359e
1 Parent(s): a0c26e3

Disabled examples.

Browse files
Files changed (1) hide show
  1. public_app.py +1 -1
public_app.py CHANGED
@@ -93,7 +93,7 @@ if __name__ == '__main__':
93
  outputs=gr.Textbox(lines=1, label='Answer'),
94
  title='Search the FED minutes',
95
  examples=FedMinutesSearch,
96
- cache_examples=True
97
  )
98
  app.queue(concurrency_count=2)
99
  app.launch()
 
93
  outputs=gr.Textbox(lines=1, label='Answer'),
94
  title='Search the FED minutes',
95
  examples=FedMinutesSearch,
96
+ cache_examples=False
97
  )
98
  app.queue(concurrency_count=2)
99
  app.launch()