Update run.py (#1253)

This commit is contained in:
Ömer Faruk Özdemir 2022-05-13 19:10:45 +03:00 committed by GitHub
parent 700c4fc9cf
commit b8c4d3d6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()