From d63b328337dbfea57f893d3eef43d6ed2c3dab89 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Mon, 26 Sep 2022 15:24:33 -0400 Subject: [PATCH] Fix typo in variable name (#2340) --- gradio/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio/routes.py b/gradio/routes.py index 473fe8748f..771e2fdca3 100644 --- a/gradio/routes.py +++ b/gradio/routes.py @@ -268,7 +268,7 @@ class App(FastAPI): iterators = app.iterators[body.session_hash] else: session_state = {} - iterator = {} + iterators = {} raw_input = body.data fn_index = body.fn_index try: