mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
Fix typo in variable name (#2340)
This commit is contained in:
parent
027bbc0180
commit
d63b328337
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user