Pudding commited on
Commit
316d954
1 Parent(s): 13501e1

some changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ outputs = gr.outputs.Label()
15
  examples = ['anime.jpeg','real.jpg','dunno.jpg']
16
 
17
  intf = gr.Interface(fn=classify_image, inputs="image", outputs="label",examples=examples,title = "Anime or Real Face Classifier", article="<p style='text-align: center'><a href='https://github.com/Sart-Hack' target='_blank'>Blog post</a></p>")
18
- intf.launch(inline=False,share=True)
 
15
  examples = ['anime.jpeg','real.jpg','dunno.jpg']
16
 
17
  intf = gr.Interface(fn=classify_image, inputs="image", outputs="label",examples=examples,title = "Anime or Real Face Classifier", article="<p style='text-align: center'><a href='https://github.com/Sart-Hack' target='_blank'>Blog post</a></p>")
18
+ intf.launch(inline=False)