Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +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 |
-
sys.path.append('/home/user/app/
|
| 12 |
|
| 13 |
import options.option_transformer as option_trans
|
| 14 |
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/pyrender')
|
| 12 |
|
| 13 |
import options.option_transformer as option_trans
|
| 14 |
from huggingface_hub import snapshot_download
|