spuun commited on
Commit
b380494
1 Parent(s): 465fe88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ def launch(img):
68
  case "r18":
69
  weight += 2
70
 
 
71
  return weight > 0
72
 
73
  app = gr.Interface(fn=launch, inputs="pil", outputs="text")
 
68
  case "r18":
69
  weight += 2
70
 
71
+ print(tm_output,tf_output)
72
  return weight > 0
73
 
74
  app = gr.Interface(fn=launch, inputs="pil", outputs="text")