Skip to content

Commit

Permalink
Fix typos ; Update gradio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanakkurt1335 authored Dec 27, 2023
1 parent 8dfe057 commit 70d8531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evaluate/utils/gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ def compute(data):
),
outputs=gr.outputs.Textbox(label=metric.name),
description=(
metric.info.description + "\nIf this is a text-based metric, make sure to wrap you input in double quotes."
" Alternatively you can use a JSON-formatted list as input."
metric.info.description + "\nIf this is a text-based metric, make sure to wrap your input in double quotes."
" Alternatively, you can use a JSON-formatted list as input."
),
title=f"Metric: {metric.name}",
article=parse_readme(local_path / "README.md"),
Expand Down

0 comments on commit 70d8531

Please sign in to comment.