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