CoolFace
Apppublic

multimodalart/launch_error_replicate

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
app.py8 linesDownload Raw Back to root
1import gradio as gr2 3def greet(name):4    return "Hello " + name + "!"5 6demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")7 8#demo.launch() presume the user has forgotten