Spaces:
Running
on
Zero
Running
on
Zero
Enable TOKENIZERS_PARALLELISM
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gradio_litmodel3d import LitModel3D
|
|
4 |
|
5 |
import os
|
6 |
import shutil
|
7 |
-
|
8 |
os.environ['SPCONV_ALGO'] = 'native'
|
9 |
from typing import *
|
10 |
import torch
|
|
|
4 |
|
5 |
import os
|
6 |
import shutil
|
7 |
+
os.environ['TOKENIZERS_PARALLELISM'] = 'true'
|
8 |
os.environ['SPCONV_ALGO'] = 'native'
|
9 |
from typing import *
|
10 |
import torch
|