From 5af5b2503c042a5bbec0a8d936ca24d13e364c07 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 13 Apr 2022 14:45:06 -0700 Subject: [PATCH] indentation fix (#993) --- gradio/blocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradio/blocks.py b/gradio/blocks.py index 0e340b2844..cbd0cd4f99 100644 --- a/gradio/blocks.py +++ b/gradio/blocks.py @@ -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):