Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,7 +319,7 @@ iface = gr.Interface(
|
|
| 319 |
],
|
| 320 |
outputs=gr.JSON(label="Evaluation Results"),
|
| 321 |
title="Promptriever Demo",
|
| 322 |
-
description="Enter a prompt to evaluate the model's performance on SciFact. Note: it takes
|
| 323 |
examples=[
|
| 324 |
["scifact", ""],
|
| 325 |
["scifact", "Think carefully about these conditions when determining relevance"]
|
|
|
|
| 319 |
],
|
| 320 |
outputs=gr.JSON(label="Evaluation Results"),
|
| 321 |
title="Promptriever Demo",
|
| 322 |
+
description="Enter a prompt to evaluate the model's performance on SciFact. Note: it takes between **10-30 seconds** to evaluate.",
|
| 323 |
examples=[
|
| 324 |
["scifact", ""],
|
| 325 |
["scifact", "Think carefully about these conditions when determining relevance"]
|