Spaces:
Configuration error
Configuration error
File size: 103 Bytes
3af4f1c |
1 2 |
import gradio as gr; demo = gr.Interface(fn=lambda x: x, inputs='text', outputs='text'); demo.launch()
|