DavidD003 commited on
Commit
f70712b
·
1 Parent(s): d8c3f93

lacnh argument=false

Browse files

update inline argument to launch to match the tutorial

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ label=gr.outputs.Label()
13
  examples=['Barbell.png','Dumbbell3.png','Kettlebell.png']
14
 
15
  intf=gr.Interface(fn=classify,inputs=image,outputs=label,examples=examples)
16
- intf.launch()
 
13
  examples=['Barbell.png','Dumbbell3.png','Kettlebell.png']
14
 
15
  intf=gr.Interface(fn=classify,inputs=image,outputs=label,examples=examples)
16
+ intf.launch(inline=false)