Spaces:
Runtime error
Runtime error
print statements to debug typeerror issue
Browse files
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 |
|