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