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