Skip to content

Commit

Permalink
Merge pull request #18 from sgowdaks/ascii-fix
Browse files Browse the repository at this point in the history
ensure ascii set to False
  • Loading branch information
thammegowda authored Mar 20, 2024
2 parents 0ba4c16 + ac8362c commit 16526be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nllb_serve/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
FLOAT_POINTS = 4
exp = None
app = Flask(__name__)
app.config['JSON_AS_ASCII'] = False
app.json.ensure_ascii = False

bp = Blueprint('nmt', __name__, template_folder='templates', static_folder='static')

Expand Down

0 comments on commit 16526be

Please sign in to comment.