rigsix commited on
Commit
35aac07
1 Parent(s): 07534a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def bmi(w,h):
10
  health = "健康"
11
  return b, health
12
 
13
- gr.Interface(bmi, ["number", "number"], ["text", "text"],examples=[[80, 1.73],[71, 1.55]]).launch(share=True)
 
10
  health = "健康"
11
  return b, health
12
 
13
+ gr.Interface(bmi, ["number", "number"], ["text", "text"],examples=[[80, 1.73],[71, 1.55]]).launch()