Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|