diff --git a/.changeset/tame-loops-clean.md b/.changeset/tame-loops-clean.md new file mode 100644 index 000000000000..0ae3c0f1bff4 --- /dev/null +++ b/.changeset/tame-loops-clean.md @@ -0,0 +1,5 @@ +--- +"gradio": patch +--- + +feat:fixed typo diff --git a/gradio/flagging.py b/gradio/flagging.py index ef5df07cbab9..4f45057bc534 100644 --- a/gradio/flagging.py +++ b/gradio/flagging.py @@ -37,7 +37,7 @@ def setup(self, components: list[Component], flagging_dir: str): This method gets called once at the beginning of the Interface.launch() method. Parameters: components: Set of components that will provide flagged data. - flagging_dir: A string, typically containing the path to the directory where the flagging file should be storied (provided as an argument to Interface.__init__()). + flagging_dir: A string, typically containing the path to the directory where the flagging file should be stored (provided as an argument to Interface.__init__()). """ pass