DavidD003 commited on
Commit
06260fd
·
1 Parent(s): 5eb7649

Removed launch arg

Browse files

log statement specified error so ditch it

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(inline=false)
 
13
  examples=['Barbell.png','Dumbbell3.png','Kettlebell.png']
14
 
15
  intf=gr.Interface(fn=classify,inputs=image,outputs=label,examples=examples)
16
+ intf.launch()