Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nnKmmnh
/
bhhh
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7674710
bhhh
1 contributor
History:
2 commits
nnKmmnh
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
7674710
verified
3 days ago
.gitattributes
Safe
1.52 kB
initial commit
3 days ago
README.md
Safe
227 Bytes
initial commit
3 days ago
app.py
Safe
66 Bytes
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
3 days ago