Spaces:
Sleeping
Sleeping
Commit
·
f448409
1
Parent(s):
8997990
speed
Browse files
app.py
CHANGED
@@ -312,7 +312,7 @@ iface = gr.Interface(
|
|
312 |
],
|
313 |
outputs=gr.JSON(label="Evaluation Results"),
|
314 |
title="Promptriever Demo",
|
315 |
-
description="
|
316 |
examples=[
|
317 |
["scifact", ""],
|
318 |
["scifact", "Think carefully about these conditions when determining relevance"]
|
|
|
312 |
],
|
313 |
outputs=gr.JSON(label="Evaluation Results"),
|
314 |
title="Promptriever Demo",
|
315 |
+
description="Enter a prompt to evaluate the model's performance on SciFact. Note: it takes about **30 seconds** to evaluate.",
|
316 |
examples=[
|
317 |
["scifact", ""],
|
318 |
["scifact", "Think carefully about these conditions when determining relevance"]
|