Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ from huggingface_hub import InferenceClient
|
|
| 10 |
from typing import List, Tuple
|
| 11 |
|
| 12 |
app = Flask(__name__, template_folder=os.getcwd())
|
|
|
|
| 13 |
|
| 14 |
# Default settings
|
| 15 |
class ChatConfig:
|
|
|
|
| 10 |
from typing import List, Tuple
|
| 11 |
|
| 12 |
app = Flask(__name__, template_folder=os.getcwd())
|
| 13 |
+
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
| 14 |
|
| 15 |
# Default settings
|
| 16 |
class ChatConfig:
|