Update app.py
Browse files
app.py
CHANGED
|
@@ -6,5 +6,6 @@ def echo(message, history):
|
|
| 6 |
gr.ChatInterface(
|
| 7 |
fn=echo,
|
| 8 |
examples=["What is the capital of France?"],
|
|
|
|
| 9 |
cache_examples=False,
|
| 10 |
).launch()
|
|
|
|
| 6 |
gr.ChatInterface(
|
| 7 |
fn=echo,
|
| 8 |
examples=["What is the capital of France?"],
|
| 9 |
+
run_examples_on_click=False,
|
| 10 |
cache_examples=False,
|
| 11 |
).launch()
|