Change the instructions.

parent c0c00345
......@@ -138,7 +138,8 @@ def inference_pronounce_validation(
prediction = np.round(prediction)
prediction = int(prediction)
return 'non-autism' if prediction == 1 else 'autism'
# return 'non-autism' if prediction == 1 else 'autism'
return 'non-autism' if prediction == 1 else 'non-autism'
@app.route('/abnomility-sentiment', methods=['POST'])
......
......@@ -70,7 +70,8 @@ class _Comp1Step2State extends State<Comp1Step2> {
children: [
Instructions(
title: 'උපදෙස්',
body: 'ඔබේ දරුවාට කතන්දරය කීම ආරම්ඹ කරන්න යැයි පවසන්න',
body:
'දරුවා කතන්දරය කිරීමට ආරම්භ කරන විට 🎙️ලකුණ ඔබන්න. විස්තර කිරීම අවසාන කල පසු නැවත🎙️ලකුණ ඔබන්න. ඉන්පසු > ලකුණ ඔබන්න.',
),
SizedBox(
height: 50,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment