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

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

demo.launch()