File size: 90 Bytes
c4d3de8
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "text", "text", examples=["hello"]).launch()