Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
p1atdev
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
app.py
p1atdev
Update app.py
cea17ef
verified
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
with
gr.Column():
gr.Markdown(
" # Test"
)
if
__name__ ==
"__main__"
:
demo.launch()