orionweller commited on
Commit
f448409
·
1 Parent(s): 8997990
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -312,7 +312,7 @@ iface = gr.Interface(
312
  ],
313
  outputs=gr.JSON(label="Evaluation Results"),
314
  title="Promptriever Demo",
315
- description="Select a dataset and enter a prompt to evaluate the model's performance. Note: it takes about **ten seconds** to evaluate.",
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"]