Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hobbyists
/
testing
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testing
/
app.py
Omnibus
Create app.py
d99f7fb
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
import
gradio
as
gr
print
(
"testing for brokeness"
)
with
gr.Blocks()
as
broke_no_broke:
gr.Markdown(
"not broken"
)
broke_no_broke.launch()