Spaces:
Running
on
Zero
Running
on
Zero
junbiao.chen
commited on
Commit
·
c68b852
1
Parent(s):
be1d21a
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from gradio_litmodel3d import LitModel3D
|
|
| 4 |
|
| 5 |
import os
|
| 6 |
import shutil
|
|
|
|
| 7 |
os.environ['SPCONV_ALGO'] = 'native'
|
| 8 |
from typing import *
|
| 9 |
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
|