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