saujasv commited on
Commit
966ca93
·
1 Parent(s): 1a8e5ac

fix batch spec issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def synthesize(*inps):
39
  for i in range(N_EXAMPLES)
40
  if inps[2 * i + 1] is not None
41
  ]
42
- spec = list(zip(strings, labels))
43
 
44
  # if len(context.strip()) == 0:
45
  # return "Empty specification", "Empty specification"
 
39
  for i in range(N_EXAMPLES)
40
  if inps[2 * i + 1] is not None
41
  ]
42
+ spec = [list(zip(strings, labels))]
43
 
44
  # if len(context.strip()) == 0:
45
  # return "Empty specification", "Empty specification"