bvrk197 commited on
Commit
bda279a
verified
1 Parent(s): baf47bd

Update humanities.py

Browse files
Files changed (1) hide show
  1. humanities.py +0 -1
humanities.py CHANGED
@@ -131,7 +131,6 @@ def create_humanities():
131
  gr.ChatInterface(
132
  fn=respond,
133
  examples=["When was the American Revolution?", "Can you tell me how to cite my sources using MLA 8?"]
134
- cache_examples=False
135
  )
136
  return humanities
137
 
 
131
  gr.ChatInterface(
132
  fn=respond,
133
  examples=["When was the American Revolution?", "Can you tell me how to cite my sources using MLA 8?"]
 
134
  )
135
  return humanities
136