Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mindwrapped
/
blocks-slider-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mindwrapped
commited on
Jun 2, 2022
Commit
1e97661
·
1 Parent(s):
5e75ed8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ with demo:
11
12
inp.change(fn=update_value, inputs=inp, outputs=md)
13
14
-
demo.launch()
11
12
inp.change(fn=update_value, inputs=inp, outputs=md)
13
14
+
demo.launch(
debug=True
)