mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Update run.py (#1253)
This commit is contained in:
parent
700c4fc9cf
commit
b8c4d3d6b8
@ -25,4 +25,5 @@ with gr.Blocks() as demo:
|
|||||||
text1.change(greet, text1, text2)
|
text1.change(greet, text1, text2)
|
||||||
text2.change(greet, text2, text3)
|
text2.change(greet, text2, text3)
|
||||||
text3.change(greet, text3, text1)
|
text3.change(greet, text3, text1)
|
||||||
|
button = gr.component("button")
|
||||||
demo.launch()
|
demo.launch()
|
||||||
|
Loading…
Reference in New Issue
Block a user