dr4g0n7ly commited on
Commit
74af6f4
·
1 Parent(s): b5e2f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ label = gr.outputs.Label()
12
  examples = ['test0.jpg', 'test1.jpg', 'test2.jpg']
13
 
14
  intf = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
15
- intf.launch(inline=False)
 
12
  examples = ['test0.jpg', 'test1.jpg', 'test2.jpg']
13
 
14
  intf = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
15
+ intf.launch(inline=False)