Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/gradio-5-test
abidlabs
/
gradio-5-test-zero
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e7eecb8
gradio-5-test-zero
/
app.py
abidlabs
HF Staff
Create app.py
e7eecb8
verified
9 months ago
raw
Copy download link
history
blame
96 Bytes
import
gradio
as
gr
def
test
(
x
):
return
with
gr.Blocks()
as
demo:
pass
demo.launch()