test_state / app.py
hmb's picture
hmb HF Staff
Create app.py
0982480 verified
raw
history blame
126 Bytes
import gradio as gr
demo = gr.Interface(lambda x,y:(x,y), ["textbox", "state"], ["textbox", "state"]).launch()
demo.launch()