Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Caslow
/
testing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testing
/
app.py
Caslow
testing
bac0d65
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
209 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
"Hello "
+ name +
"!"
demo = gr.Interface(fn=greet, inputs=
"textbox"
, outputs=
"textbox"
)
demo.launch()
# Share your demo with just 1 extra parameter π