Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
hellow – AI Model by beankid | AlphaNeural AI
You can deploy this model and start earning money today!
beankid
/
hellow
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
import gradio as gr
def greet(name): return "Hello " + name + "!!"
iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()