Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
euychrue
/
thifnuvu
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
thifnuvu
2.09 kB
Ctrl+K
Ctrl+K
1 contributor
History:
3 commits
euychrue
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
00cc94b
verified
7 months ago
.gitattributes
Safe
1.52 kB
initial commit
7 months ago
README.md
Safe
292 Bytes
initial commit
7 months ago
app.py
Safe
280 Bytes
import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
7 months ago