Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| gr.Interface(lambda x: "hello " + x, "text", "text").launch() |
| import gradio as gr | |
| gr.Interface(lambda x: "hello " + x, "text", "text").launch() |