EvanMarie commited on
Commit
e951e27
1 Parent(s): 5d89c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ intf = gr.Interface(fn=classify_madness,
12
  inputs=gr.Image(shape=(192, 192)),
13
  outputs=gr.Label(),
14
  title="Which Madness Combat Character",
15
- description="This app can differentiate between The Auditor, Tricky, Hank, Sanford, Jeb, and Deimos! Try it out! Maybe see which it thinks you most resemble!",
16
  examples=['auditor.jpg', 'hank.jpg', 'tricky.jpg', 'jeb.jpg', 'sanford.jpg', 'deimos.jpg'])
17
  intf.launch(inline=False)
18
 
 
12
  inputs=gr.Image(shape=(192, 192)),
13
  outputs=gr.Label(),
14
  title="Which Madness Combat Character",
15
+ description="This app was created for my 14 year old son. It can differentiate between The Auditor, Tricky, Hank, Sanford, Jeb, and Deimos! Try it out! Maybe see which it thinks you most resemble!",
16
  examples=['auditor.jpg', 'hank.jpg', 'tricky.jpg', 'jeb.jpg', 'sanford.jpg', 'deimos.jpg'])
17
  intf.launch(inline=False)
18