mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
indentation fix (#993)
This commit is contained in:
parent
eebe7b57b0
commit
5af5b2503c
@ -253,8 +253,8 @@ class Blocks(BlockContext):
|
||||
if predictions[i] is not None
|
||||
else None
|
||||
)
|
||||
else:
|
||||
output = predictions
|
||||
else:
|
||||
output = predictions
|
||||
return {"data": output}
|
||||
|
||||
def get_template_context(self):
|
||||
|
Loading…
Reference in New Issue
Block a user