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