Spaces:
Runtime error
Runtime error
fix batch spec issue
Browse files
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"
|