hysts HF Staff commited on
Commit
1a06dc4
·
verified ·
1 Parent(s): 4d35acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()