Update humanities.py
Browse files- 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 |
|