jennysun commited on
Commit
45c3663
β€’
1 Parent(s): f7e2168

print statements to debug typeerror issue

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -575,7 +575,10 @@ with Blocks(
575
  value=seed,
576
  visible=False
577
  )
 
578
  grounding_instruction=separated_text
 
 
579
  # language_instruction.value = seed
580
  # grounding_instruction.value = separated_text
581
 
 
575
  value=seed,
576
  visible=False
577
  )
578
+ print("separated_text", separated_text)
579
  grounding_instruction=separated_text
580
+ print("grounding instrcc", grounding_instruction)
581
+
582
  # language_instruction.value = seed
583
  # grounding_instruction.value = separated_text
584