Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wenjiao
/
test
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
test
/
app.py
wenjiao
Update app.py
bfac074
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
301 Bytes
with
gr.Blocks(title=
'test Blocks'
)
as
demo:
with
gr.Box():
with
gr.Row():
with
gr.Column():
gr.Text(value=
'1'
)
gr.Text(value=
'2'
)
with
gr.Column():
gr.Text(value=
'3'
)
gr.Text(value=
'4'
)
demo.launch()