Duplicated from hmb/test_state
0982480 d2fe492 0982480
1
2
3
4
5
import gradio as gr demo = gr.Interface(lambda x,y:(x,y), ["textbox"], ["textbox"]) demo.launch()