Spaces:
Runtime error
Runtime error
File size: 76 Bytes
c86c725 |
1 2 3 |
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch() |