precison9 commited on
Commit
4245ff8
·
verified ·
1 Parent(s): 03f6583

Update flask_Character.py

Browse files
Files changed (1) hide show
  1. flask_Character.py +2 -1
flask_Character.py CHANGED
@@ -2,7 +2,8 @@
2
  # This software is licensed under a **dual-license model**
3
  # For individuals and businesses earning **under $1M per year**, this software is licensed under the **MIT License**
4
  # Businesses or organizations with **annual revenue of $1,000,000 or more** must obtain permission to use this software commercially.
5
-
 
6
  from flask import request, jsonify
7
  import numpy as np
8
  import torch
 
2
  # This software is licensed under a **dual-license model**
3
  # For individuals and businesses earning **under $1M per year**, this software is licensed under the **MIT License**
4
  # Businesses or organizations with **annual revenue of $1,000,000 or more** must obtain permission to use this software commercially.
5
+ import os
6
+ os.environ['NUMBA_DISABLE_CACHE'] = '1'
7
  from flask import request, jsonify
8
  import numpy as np
9
  import torch