Spaces:
Running
Running
Import parse model response
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import random
|
|
6 |
from collections import defaultdict
|
7 |
import pandas as pd
|
8 |
import os
|
9 |
-
from gen_api_answer import get_model_response
|
10 |
from common import *
|
11 |
|
12 |
# Model and ELO score data
|
|
|
6 |
from collections import defaultdict
|
7 |
import pandas as pd
|
8 |
import os
|
9 |
+
from gen_api_answer import get_model_response, parse_model_response
|
10 |
from common import *
|
11 |
|
12 |
# Model and ELO score data
|