Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
blocks-dev-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Jun 2, 2022
Commit
1aaa5dd
·
1 Parent(s):
1905f87
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,4 +8,4 @@ with gr.Blocks() as demo:
8
a.change(lambda x:2*x, a, b)
9
a.change(lambda x:3*x, a, c)
10
11
-
demo.launch()
8
a.change(lambda x:2*x, a, b)
9
a.change(lambda x:3*x, a, c)
10
11
+
demo.launch()