Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
9 months ago
.gitattributes
Safe
1.52 kB
initial commit
9 months ago
README.md
292 Bytes
initial commit
9 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()
9 months ago