tombio commited on
Commit
7322f39
1 Parent(s): e6d88a1

add person debug

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -127,7 +127,9 @@ def guess_gender(img):
127
  import gradio
128
 
129
  def boutsify(person):
 
130
  print(guess_gender(person))
 
131
 
132
  inputs = [
133
  "Image", "Image", "Text/URL", "Image", "Nothing",
 
127
  import gradio
128
 
129
  def boutsify(person):
130
+ print(person)
131
  print(guess_gender(person))
132
+ print(person)
133
 
134
  inputs = [
135
  "Image", "Image", "Text/URL", "Image", "Nothing",