Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ code_execution_iface = gr.Interface(
|
|
| 33 |
)
|
| 34 |
|
| 35 |
# Add the screens to the main interface.
|
| 36 |
-
iface.
|
| 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),
|