fffiloni commited on
Commit
d345da7
1 Parent(s): 0439365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -28,6 +28,8 @@ def compare(image):
28
  20, # float in 'Maximum Sequence Length (has to higher than Minimum)' Number component
29
  api_name="/inference_caption"
30
  )
 
 
31
 
32
  return ci_cap[0], coca_cap, fuse_cap
33
 
 
28
  20, # float in 'Maximum Sequence Length (has to higher than Minimum)' Number component
29
  api_name="/inference_caption"
30
  )
31
+
32
+ print(f"coca: {coca_cap}")
33
 
34
  return ci_cap[0], coca_cap, fuse_cap
35