PUM4CH3N commited on
Commit
8527388
·
1 Parent(s): 4d2a9aa

Enable TOKENIZERS_PARALLELISM

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gradio_litmodel3d import LitModel3D
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
 
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