Spaces:
Sleeping
Sleeping
Fix runtime error in app.
Browse files- .gitignore +0 -1
- database.sqlite +0 -0
- execution_accuracy.py +0 -2
.gitignore
CHANGED
@@ -1,2 +1 @@
|
|
1 |
database.sqlite
|
2 |
-
test.py
|
|
|
1 |
database.sqlite
|
|
database.sqlite
DELETED
Binary file (8.19 kB)
|
|
execution_accuracy.py
CHANGED
@@ -80,8 +80,6 @@ class ExecutionAccuracy(evaluate.Metric):
|
|
80 |
features=datasets.Features({
|
81 |
'predictions': datasets.Value('string'),
|
82 |
'references': datasets.Value('string'),
|
83 |
-
'execute_func': datasets.Value('0'),
|
84 |
-
'filter_func': datasets.Value('0'),
|
85 |
}),
|
86 |
# Homepage of the module for documentation
|
87 |
homepage="http://module.homepage",
|
|
|
80 |
features=datasets.Features({
|
81 |
'predictions': datasets.Value('string'),
|
82 |
'references': datasets.Value('string'),
|
|
|
|
|
83 |
}),
|
84 |
# Homepage of the module for documentation
|
85 |
homepage="http://module.homepage",
|