File size: 117 Bytes
0982480
 
a857819
0982480
 
1
2
3
4
5
import gradio as gr

demo = gr.Interface(lambda x,y:(x,y), ["textbox", "state"], ["textbox", "state"])

demo.launch()