Spaces:
Runtime error
Runtime error
File size: 166 Bytes
29c6420 |
1 2 3 4 5 6 7 8 |
import gradio as gr
def greet(name):
return name
demo = gr.Interface(fn=greet, inputs="sn9 leaderboard coming soon. Stay tune!!", outputs="text")
demo.launch()
|