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

some changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ inputs = gr.inputs.Image(shape=(192,192))
14
  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)
 
14
  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'>Github</a></p>")
18
  intf.launch(inline=False)