Spaces:
Configuration error
Configuration error
File size: 91 Bytes
08a1e12 |
1 2 3 4 |
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox", title="test").launch()
|