invincible-jha
Initial deployment
3af4f1c
raw
history blame contribute delete
103 Bytes
import gradio as gr; demo = gr.Interface(fn=lambda x: x, inputs='text', outputs='text'); demo.launch()