Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ demo = gr.Interface(fn = invoke,
|
|
| 33 |
gr.Radio(["True", "False"], label = "Matches Ground Truth", value = os.environ["OUTPUT_MATCHES_GROUND_TRUTH"], interactive = False)],
|
| 34 |
title = "General AI Assistant (GAIA)",
|
| 35 |
description = os.environ["DESCRIPTION"],
|
| 36 |
-
examples =
|
| 37 |
cache_examples = False
|
| 38 |
)
|
| 39 |
|
|
|
|
| 33 |
gr.Radio(["True", "False"], label = "Matches Ground Truth", value = os.environ["OUTPUT_MATCHES_GROUND_TRUTH"], interactive = False)],
|
| 34 |
title = "General AI Assistant (GAIA)",
|
| 35 |
description = os.environ["DESCRIPTION"],
|
| 36 |
+
examples = get_questions(),
|
| 37 |
cache_examples = False
|
| 38 |
)
|
| 39 |
|