K00B404 commited on
Commit
69a1506
·
verified ·
1 Parent(s): 2cff006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ code_execution_iface = gr.Interface(
33
  )
34
 
35
  # Add the screens to the main interface.
36
- iface.add_examples(
37
  [
38
  ("What is the capital of France?", "Paris"),
39
  ("What is the square root of 16?", 4),
 
33
  )
34
 
35
  # Add the screens to the main interface.
36
+ iface.cache_examples(
37
  [
38
  ("What is the capital of France?", "Paris"),
39
  ("What is the square root of 16?", 4),