From b8c4d3d6b837120525c7b5675c354555ad935d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20=C3=96zdemir?= Date: Fri, 13 May 2022 19:10:45 +0300 Subject: [PATCH] Update run.py (#1253) --- demo/blocks_component_shortcut/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/blocks_component_shortcut/run.py b/demo/blocks_component_shortcut/run.py index 9afb7eaa10..b589154f38 100644 --- a/demo/blocks_component_shortcut/run.py +++ b/demo/blocks_component_shortcut/run.py @@ -25,4 +25,5 @@ with gr.Blocks() as demo: text1.change(greet, text1, text2) text2.change(greet, text2, text3) text3.change(greet, text3, text1) + button = gr.component("button") demo.launch()