Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IPN
/
demo123
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b9f2594
demo123
/
app.py
valeria-legaria
app
b9f2594
about 3 years ago
raw
Copy download link
history
blame
Safe
71 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
"Hello "
+ name +
"!!"