Spaces:
No application file
No application file
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
#1
by Lavlu118557 - opened
No description provided.