Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -106,6 +106,8 @@ def submit(*args):
|
|
| 106 |
# Each adapter has 6 components: text, grammar_title, grammar, coherence_title, coherence, separator
|
| 107 |
components_per_adapter = 6
|
| 108 |
adapter_scores = {}
|
|
|
|
|
|
|
| 109 |
|
| 110 |
for i in range(len(state["adapter_columns"])):
|
| 111 |
base_idx = i * components_per_adapter
|
|
|
|
| 106 |
# Each adapter has 6 components: text, grammar_title, grammar, coherence_title, coherence, separator
|
| 107 |
components_per_adapter = 6
|
| 108 |
adapter_scores = {}
|
| 109 |
+
|
| 110 |
+
print(args)
|
| 111 |
|
| 112 |
for i in range(len(state["adapter_columns"])):
|
| 113 |
base_idx = i * components_per_adapter
|