D3V1L1810 commited on
Commit
179d187
·
verified ·
1 Parent(s): 30b6c41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ def main(params):
91
  "answer": result,
92
  "confidence": float("{:.2f}".format(confidence))}]
93
  }
 
94
 
95
  return json.dumps({"output" : output_data})
96
 
 
91
  "answer": result,
92
  "confidence": float("{:.2f}".format(confidence))}]
93
  }
94
+
95
 
96
  return json.dumps({"output" : output_data})
97