File size: 108 Bytes
a61f902
 
 
 
1
2
3
4
5
import gradio as gr
def greet(): return "Hello"
gr.Interface(fn=greet, inputs=[], outputs="text").launch()