Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jhapran
/
BMI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jhapran
commited on
Jan 19, 2022
Commit
fe7ae18
·
1 Parent(s):
882e15a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,4 +16,4 @@ interface = gr.Interface(bmi,
16
title = "BMI Demo"
17
)
18
19
-
interface.launch(
auth = (
)
16
title = "BMI Demo"
17
)
18
19
+
interface.launch()