Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
test_2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test_2
/
run.py
aliabd
HF staff
Upload folder using huggingface_hub
f8ec97b
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
70 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"text"
,
"text"
).launch()