Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| demo = gr.Interface(lambda x,y:(x,y), ["textbox"], ["textbox"]) | |
| demo.launch() |
| import gradio as gr | |
| demo = gr.Interface(lambda x,y:(x,y), ["textbox"], ["textbox"]) | |
| demo.launch() |