Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k96beni
/
Testspace
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Testspace
/
app.py
k96beni
Upload app.py
d2946fd
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
import
gradio
as
gr
def
echo
(
msg
):
return
msg
gr.Interface(fn=echo, inputs=
"text"
, outputs=
"text"
).launch()