masibasi commited on
Commit
9ee546e
·
1 Parent(s): 81be31d

boy battle

Browse files
Files changed (6) hide show
  1. HIKI.png +0 -0
  2. JAEM.png +0 -0
  3. JIMIN.png +0 -0
  4. JJANG.png +0 -0
  5. KI.png +0 -0
  6. app.py +3 -1
HIKI.png ADDED
JAEM.png ADDED
JIMIN.png ADDED
JJANG.png ADDED
KI.png ADDED
app.py CHANGED
@@ -20,7 +20,9 @@ def classify_image(img):
20
  # %% app.ipynb 7
21
  image = gr.inputs.Image(shape=(192,192))
22
  label = gr.outputs.Label()
23
- examples = ['womanface.jpg', 'manface.jpg', 'gyunghoface.jpg', 'dog.jpg']
24
 
25
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
26
  intf.launch(inline=False)
 
 
 
20
  # %% app.ipynb 7
21
  image = gr.inputs.Image(shape=(192,192))
22
  label = gr.outputs.Label()
23
+ examples = ['JIMIN.png', 'HIKI.png', 'JAEM.png', 'KI.png', 'JJANG.png']
24
 
25
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
26
  intf.launch(inline=False)
27
+
28
+ # %%