TheUpperCaseGuy commited on
Commit
6551aa9
·
1 Parent(s): c278d15

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ label = gr.outputs.Label()
17
  examples=['example1.jpg','example2.jpg','example3.jpg']
18
 
19
  intf =gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
20
- intf.launch(inline=False,share=True)
21
 
22
 
23
 
 
17
  examples=['example1.jpg','example2.jpg','example3.jpg']
18
 
19
  intf =gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
20
+ intf.launch(inline=False)
21
 
22
 
23