orionweller commited on
Commit
953db17
1 Parent(s): 8947c81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 about **30 seconds** to evaluate.",
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"]