Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ sys.argv = ['VQ-Trans/GPT_eval_multi.py']
|
|
8 |
os.chdir('VQ-Trans')
|
9 |
|
10 |
sys.path.append('/home/user/app/VQ-Trans')
|
|
|
11 |
|
12 |
import options.option_transformer as option_trans
|
13 |
from huggingface_hub import snapshot_download
|
|
|
8 |
os.chdir('VQ-Trans')
|
9 |
|
10 |
sys.path.append('/home/user/app/VQ-Trans')
|
11 |
+
sys.path.append('/home/user/app/VQ-Trans/pyrender')
|
12 |
|
13 |
import options.option_transformer as option_trans
|
14 |
from huggingface_hub import snapshot_download
|