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...
Omnibus
commited on
Jan 21, 2023
Commit
d99f7fb
·
1 Parent(s):
7a8392c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
print("testing for brokeness")
3
+
with gr.Blocks() as broke_no_broke:
4
+
gr.Markdown("not broken")
5
+
broke_no_broke.launch()