Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KKMAN
/
HELLO
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HELLO
/
app.py
KKMAN
Create app.py
83da98f
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
54 Bytes
gr.Interface(hello,
"text"
,
"text"
).launch(share=
True
)