Spaces:
Build error
Build error
changed to RR
Browse files- app.py +1 -1
- notebooks/03c_RAPGeT_v2_Data Analysis.ipynb +2 -2
app.py
CHANGED
@@ -120,7 +120,7 @@ def respond(
|
|
120 |
partial_text += f"1. Repetition Score: {repetition_score:.3f}\n"
|
121 |
partial_text += f"1. Total Repetitions: {total_repetitions:.3f}\n"
|
122 |
partial_text += (
|
123 |
-
f"1.
|
124 |
)
|
125 |
|
126 |
partial_text += "\n\n Performance Metrics:\n"
|
|
|
120 |
partial_text += f"1. Repetition Score: {repetition_score:.3f}\n"
|
121 |
partial_text += f"1. Total Repetitions: {total_repetitions:.3f}\n"
|
122 |
partial_text += (
|
123 |
+
f"1. Repetition Ratio: {total_repetitions / len(answer):.3f}\n"
|
124 |
)
|
125 |
|
126 |
partial_text += "\n\n Performance Metrics:\n"
|
notebooks/03c_RAPGeT_v2_Data Analysis.ipynb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3482b442ad9f3877172f96f8d90645b882a95217755d0d1df605c7c467c3901
|
3 |
+
size 2643860
|